#CC4945

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

Shades of Sunset #CC4945

Tints of Sunset #CC4945

Color information

#CC4945 (or 0xCC4945) is unknown color: approx Sunset. HEX triplet: CC, 49 and 45. RGB value is (204,73,69). Sum of RGB (Red+Green+Blue) = 204+73+69=346 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.96% from 346); Green value is 73 (28.91% from 255 or 21.10% from 346); Blue value is 69 (27.34% from 255 or 19.94% from 346); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4945 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4945 is #33B6BA. Grayscale: #6F6F6F. Windows color (decimal): -3389115 or 4540876. OLE color: 4540876.

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

Color convert

RGB2047369-
CMYK00.640.660.2
HSL1.78º56.96%53.53%-
HSV(B)1.78º66.18%80%-
XYZ28.3618.037.62-
YUV111.71103.9193.83-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 58.96%
GREEN value IS 73 (28.91% from 255) = 21.10%
BLUE value IS 69 (27.34% from 255) = 19.94%
R=58.96%
G=21.10%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.66
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204736900.640.660.21.7856.9653.53
HexCC4945040421423936
Octal31411110501001022427166
Binary11001100100100110001010100000010000101010010111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4945; }

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

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

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

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

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

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

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

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