#CC4443

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

Shades of Sunset #CC4443

Tints of Sunset #CC4443

Color information

#CC4443 (or 0xCC4443) is unknown color: approx Sunset. HEX triplet: CC, 44 and 43. RGB value is (204,68,67). Sum of RGB (Red+Green+Blue) = 204+68+67=339 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.18% from 339); Green value is 68 (26.95% from 255 or 20.06% from 339); Blue value is 67 (26.56% from 255 or 19.76% from 339); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4443 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4443 is #33BBBC. Grayscale: #6C6C6C. Windows color (decimal): -3390397 or 4408524. OLE color: 4408524.

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

Color convert

RGB2046867-
CMYK00.670.670.2
HSL0.44º57.32%53.14%-
HSV(B)0.44º67.16%80%-
XYZ27.9817.387.19-
YUV108.55104.56196.08-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 60.18%
GREEN value IS 68 (26.95% from 255) = 20.06%
BLUE value IS 67 (26.56% from 255) = 19.76%
R=60.18%
G=20.06%
B=19.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.67
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204686700.670.670.20.4457.3253.14
HexCC4443043431403935
Octal31410410301031032407165
Binary1100110010001001000011010000111000011101000111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4443; }

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

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

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

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

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

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

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

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