#CC4C41

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

Shades of Sunset #CC4C41

Tints of Sunset #CC4C41

Color information

#CC4C41 (or 0xCC4C41) is unknown color: approx Sunset. HEX triplet: CC, 4C and 41. RGB value is (204,76,65). Sum of RGB (Red+Green+Blue) = 204+76+65=345 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.13% from 345); Green value is 76 (30.08% from 255 or 22.03% from 345); Blue value is 65 (25.78% from 255 or 18.84% from 345); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4C41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4C41 is #33B3BE. Grayscale: #717171. Windows color (decimal): -3388351 or 4279500. OLE color: 4279500.

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

Color convert

RGB2047665-
CMYK00.630.680.2
HSL4.75º57.68%52.75%-
HSV(B)4.75º68.14%80%-
XYZ28.4418.397.05-
YUV113.02100.91192.89-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 59.13%
GREEN value IS 76 (30.08% from 255) = 22.03%
BLUE value IS 65 (25.78% from 255) = 18.84%
R=59.13%
G=22.03%
B=18.84%

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
Decimal204766500.630.680.24.7557.6852.75
HexCC4C4103F441453a35
Octal3141141010771042457265
Binary11001100100110010000010111111100010010100101111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4C41; }

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

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

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

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

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

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

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

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