#CE5C53

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

Shades of Sunglo #CE5C53

Tints of Sunglo #CE5C53

Color information

#CE5C53 (or 0xCE5C53) is unknown color: approx Sunglo. HEX triplet: CE, 5C and 53. RGB value is (206,92,83). Sum of RGB (Red+Green+Blue) = 206+92+83=381 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.07% from 381); Green value is 92 (36.33% from 255 or 24.15% from 381); Blue value is 83 (32.81% from 255 or 21.78% from 381); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5C53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5C53 is #31A3AC. Grayscale: #7D7D7D. Windows color (decimal): -3253165 or 5463246. OLE color: 5463246.

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

Color convert

RGB2069283-
CMYK00.550.600.19
HSL4.39º55.66%56.67%-
HSV(B)4.39º59.71%80.78%-
XYZ30.8421.410.69-
YUV125.06104.27185.73-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 54.07%
GREEN value IS 92 (36.33% from 255) = 24.15%
BLUE value IS 83 (32.81% from 255) = 21.78%
R=54.07%
G=24.15%
B=21.78%

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
Decimal206928300.550.600.194.3955.6656.67
HexCE5C530373C1343839
Octal316134123067742347071
Binary1100111010111001010011011011111110010011100111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5C53; }

 p { color: rgb(206,92,83); }

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

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

 a { background-color: rgb(206,92,83); }

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

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

 span { border-color: rgb(206,92,83); }

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