#CE5D52

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

Shades of Sunglo #CE5D52

Tints of Sunglo #CE5D52

Color information

#CE5D52 (or 0xCE5D52) is unknown color: approx Sunglo. HEX triplet: CE, 5D and 52. RGB value is (206,93,82). Sum of RGB (Red+Green+Blue) = 206+93+82=381 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.07% from 381); Green value is 93 (36.72% from 255 or 24.41% from 381); Blue value is 82 (32.42% from 255 or 21.52% from 381); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5D52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5D52 is #31A2AD. Grayscale: #7D7D7D. Windows color (decimal): -3252910 or 5397966. OLE color: 5397966.

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

Color convert

RGB2069382-
CMYK00.550.600.19
HSL5.32º55.86%56.47%-
HSV(B)5.32º60.19%80.78%-
XYZ30.8921.5610.52-
YUV125.53103.44185.39-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 54.07%
GREEN value IS 93 (36.72% from 255) = 24.41%
BLUE value IS 82 (32.42% from 255) = 21.52%
R=54.07%
G=24.41%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.60
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206938200.550.600.195.3255.8656.47
HexCE5D520373C1353838
Octal316135122067742357070
Binary1100111010111011010010011011111110010011101111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5D52; }

 p { color: rgb(206,93,82); }

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

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

 a { background-color: rgb(206,93,82); }

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

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

 span { border-color: rgb(206,93,82); }

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