#CC4944

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

Shades of Sunset #CC4944

Tints of Sunset #CC4944

Color information

#CC4944 (or 0xCC4944) is unknown color: approx Sunset. HEX triplet: CC, 49 and 44. RGB value is (204,73,68). Sum of RGB (Red+Green+Blue) = 204+73+68=345 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.13% from 345); Green value is 73 (28.91% from 255 or 21.16% from 345); Blue value is 68 (26.95% from 255 or 19.71% from 345); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4944 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4944 is #33B6BB. Grayscale: #6F6F6F. Windows color (decimal): -3389116 or 4475340. OLE color: 4475340.

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

Color convert

RGB2047368-
CMYK00.640.670.2
HSL2.21º57.14%53.33%-
HSV(B)2.21º66.67%80%-
XYZ28.3318.027.45-
YUV111.6103.4193.91-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 59.13%
GREEN value IS 73 (28.91% from 255) = 21.16%
BLUE value IS 68 (26.95% from 255) = 19.71%
R=59.13%
G=21.16%
B=19.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.67
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204736800.640.670.22.2157.1453.33
HexCC4944040431423935
Octal31411110401001032427165
Binary11001100100100110001000100000010000111010010111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4944; }

 p { color: rgb(204,73,68); }

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

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

 a { background-color: rgb(204,73,68); }

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

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

 span { border-color: rgb(204,73,68); }

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