#CC5D51

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

Shades of Sunglo #CC5D51

Tints of Sunglo #CC5D51

Color information

#CC5D51 (or 0xCC5D51) is unknown color: approx Sunglo. HEX triplet: CC, 5D and 51. RGB value is (204,93,81). Sum of RGB (Red+Green+Blue) = 204+93+81=378 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.97% from 378); Green value is 93 (36.72% from 255 or 24.60% from 378); Blue value is 81 (32.03% from 255 or 21.43% from 378); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5D51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5D51 is #33A2AE. Grayscale: #7C7C7C. Windows color (decimal): -3383983 or 5332428. OLE color: 5332428.

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

Color convert

RGB2049381-
CMYK00.540.600.2
HSL5.85º54.67%55.88%-
HSV(B)5.85º60.29%80%-
XYZ30.321.2610.29-
YUV124.82103.27184.48-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 53.97%
GREEN value IS 93 (36.72% from 255) = 24.60%
BLUE value IS 81 (32.03% from 255) = 21.43%
R=53.97%
G=24.60%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.60
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204938100.540.600.25.8554.6755.88
HexCC5D510363C1463738
Octal314135121066742466770
Binary1100110010111011010001011011011110010100110110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5D51; }

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

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

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

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

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

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

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

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