#CE5D51

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

Shades of Sunglo #CE5D51

Tints of Sunglo #CE5D51

Color information

#CE5D51 (or 0xCE5D51) is unknown color: approx Sunglo. HEX triplet: CE, 5D and 51. RGB value is (206,93,81). Sum of RGB (Red+Green+Blue) = 206+93+81=380 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.21% from 380); Green value is 93 (36.72% from 255 or 24.47% from 380); Blue value is 81 (32.03% from 255 or 21.32% from 380); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5D51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5D51 is #31A2AE. Grayscale: #7D7D7D. Windows color (decimal): -3252911 or 5332430. OLE color: 5332430.

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

Color convert

RGB2069381-
CMYK00.550.610.19
HSL5.76º56.05%56.27%-
HSV(B)5.76º60.68%80.78%-
XYZ30.8521.5410.32-
YUV125.42102.94185.48-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 54.21%
GREEN value IS 93 (36.72% from 255) = 24.47%
BLUE value IS 81 (32.03% from 255) = 21.32%
R=54.21%
G=24.47%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.61
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206938100.550.610.195.7656.0556.27
HexCE5D510373D1363838
Octal316135121067752367070
Binary1100111010111011010001011011111110110011110111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5D51; }

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

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

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

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

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

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

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

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