#ce6255

Color #CE6255 Sunglo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sunglo #CE6255

Tints of Sunglo #CE6255

Color information

#CE6255 (or 0xCE6255) is unknown color: approx Sunglo. HEX triplet: CE, 62 and 55. RGB value is (206,98,85). Sum of RGB (Red+Green+Blue) = 206+98+85=389 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.96% from 389); Green value is 98 (38.67% from 255 or 25.19% from 389); Blue value is 85 (33.59% from 255 or 21.85% from 389); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6255 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6255 is #319DAA. Grayscale: #808080. Windows color (decimal): -3251627 or 5595854. OLE color: 5595854.

HSL color Cylindrical-coordinate representation of color #CE6255: hue angle of 6.45º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CE6255 is Cyan = 0, Magento = 0.52, Yellow = 0.59 and Black (K on CMYK) = 0.19.

Color convert

RGB2069885-
CMYK00.520.590.19
HSL6.45º55.25%57.06%-
HSV(B)6.45º58.74%80.78%-
XYZ31.4622.5111.28-
YUV128.81103.28183.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 206 (80.86% from 255) = 52.96%
GREEN value IS 98 (38.67% from 255) = 25.19%
BLUE value IS 85 (33.59% from 255) = 21.85%
R=52.96%
G=25.19%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.59
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206988500.520.590.196.4555.2557.06
HexCE62550343B1363739
Octal316142125064732366771
Binary1100111011000101010101011010011101110011110110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce6255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce6255; }

 p { color: rgb(206,98,85); }

 H1.HeaderClassName
 {
   color: #ce6255;
 }
 .AnyTagClassName
 {
   color: #ce6255;
 }
</style>
background-color css

<style>
 a { background-color: #ce6255; }

 a { background-color: rgb(206,98,85); }

 div.DivClassName
 {
   background-color: #ce6255;
 }
 .BgClassName
 {
   background-color: #ce6255;
 }
</style>
border-color css

<style>
 span { border-color: #ce6255; }

 span { border-color: rgb(206,98,85); }

 td.TdClassName
 {
   border-color: #ce6255;
 }
 .TagClassName
 {
   border-color: #ce6255;
 }
</style>