#CC5E4F

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

Shades of Sunglo #CC5E4F

Tints of Sunglo #CC5E4F

Color information

#CC5E4F (or 0xCC5E4F) is unknown color: approx Sunglo. HEX triplet: CC, 5E and 4F. RGB value is (204,94,79). Sum of RGB (Red+Green+Blue) = 204+94+79=377 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.11% from 377); Green value is 94 (37.11% from 255 or 24.93% from 377); Blue value is 79 (31.25% from 255 or 20.95% from 377); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5E4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5E4F is #33A1B0. Grayscale: #7D7D7D. Windows color (decimal): -3383729 or 5201612. OLE color: 5201612.

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

Color convert

RGB2049479-
CMYK00.540.610.2
HSL7.2º55.07%55.49%-
HSV(B)7.2º61.27%80%-
XYZ30.3221.419.93-
YUV125.18101.94184.22-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 54.11%
GREEN value IS 94 (37.11% from 255) = 24.93%
BLUE value IS 79 (31.25% from 255) = 20.95%
R=54.11%
G=24.93%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.61
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204947900.540.610.27.255.0755.49
HexCC5E4F0363D1473737
Octal314136117066752476767
Binary1100110010111101001111011011011110110100111110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5E4F; }

 p { color: rgb(204,94,79); }

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

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

 a { background-color: rgb(204,94,79); }

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

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

 span { border-color: rgb(204,94,79); }

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