#CC4C42

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

Shades of Sunset #CC4C42

Tints of Sunset #CC4C42

Color information

#CC4C42 (or 0xCC4C42) is unknown color: approx Sunset. HEX triplet: CC, 4C and 42. RGB value is (204,76,66). Sum of RGB (Red+Green+Blue) = 204+76+66=346 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.96% from 346); Green value is 76 (30.08% from 255 or 21.97% from 346); Blue value is 66 (26.17% from 255 or 19.08% from 346); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4C42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4C42 is #33B3BD. Grayscale: #717171. Windows color (decimal): -3388350 or 4345036. OLE color: 4345036.

HSL color Cylindrical-coordinate representation of color #CC4C42: hue angle of 4.35º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC4C42 is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.2.

Color convert

RGB2047666-
CMYK00.630.680.2
HSL4.35º57.5%52.94%-
HSV(B)4.35º67.65%80%-
XYZ28.4718.47.21-
YUV113.13101.41192.81-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 58.96%
GREEN value IS 76 (30.08% from 255) = 21.97%
BLUE value IS 66 (26.17% from 255) = 19.08%
R=58.96%
G=21.97%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.68
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204766600.630.680.24.3557.552.94
HexCC4C4203F441443a35
Octal3141141020771042447265
Binary11001100100110010000100111111100010010100100111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4C42; }

 p { color: rgb(204,76,66); }

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

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

 a { background-color: rgb(204,76,66); }

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

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

 span { border-color: rgb(204,76,66); }

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