#CC4D41

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

Shades of Sunset #CC4D41

Tints of Sunset #CC4D41

Color information

#CC4D41 (or 0xCC4D41) is unknown color: approx Sunset. HEX triplet: CC, 4D and 41. RGB value is (204,77,65). Sum of RGB (Red+Green+Blue) = 204+77+65=346 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.96% from 346); Green value is 77 (30.47% from 255 or 22.25% from 346); Blue value is 65 (25.78% from 255 or 18.79% from 346); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4D41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC4D41 is #33B2BE. Grayscale: #717171. Windows color (decimal): -3388095 or 4279756. OLE color: 4279756.

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

Color convert

RGB2047765-
CMYK00.620.680.2
HSL5.18º57.68%52.75%-
HSV(B)5.18º68.14%80%-
XYZ28.5118.537.07-
YUV113.6100.58192.48-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 58.96%
GREEN value IS 77 (30.47% from 255) = 22.25%
BLUE value IS 65 (25.78% from 255) = 18.79%
R=58.96%
G=22.25%
B=18.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.68
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204776500.620.680.25.1857.6852.75
HexCC4D4103E441453a35
Octal3141151010761042457265
Binary11001100100110110000010111110100010010100101111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4D41; }

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

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

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

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

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

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

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

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