#CC5C51

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

Shades of Sunglo #CC5C51

Tints of Sunglo #CC5C51

Color information

#CC5C51 (or 0xCC5C51) is unknown color: approx Sunglo. HEX triplet: CC, 5C and 51. RGB value is (204,92,81). Sum of RGB (Red+Green+Blue) = 204+92+81=377 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.11% from 377); Green value is 92 (36.33% from 255 or 24.40% from 377); Blue value is 81 (32.03% from 255 or 21.49% from 377); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5C51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5C51 is #33A3AE. Grayscale: #7C7C7C. Windows color (decimal): -3384239 or 5332172. OLE color: 5332172.

HSL color Cylindrical-coordinate representation of color #CC5C51: hue angle of 5.37º 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 #CC5C51 is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.2.

Color convert

RGB2049281-
CMYK00.550.600.2
HSL5.37º54.67%55.88%-
HSV(B)5.37º60.29%80%-
XYZ30.2121.0910.26-
YUV124.23103.61184.89-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 54.11%
GREEN value IS 92 (36.33% from 255) = 24.40%
BLUE value IS 81 (32.03% from 255) = 21.49%
R=54.11%
G=24.40%
B=21.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.60
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204928100.550.600.25.3754.6755.88
HexCC5C510373C1453738
Octal314134121067742456770
Binary1100110010111001010001011011111110010100101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5C51; }

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

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

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

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

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

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

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

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