Html Css Color HEX #CC4945 Sunset

📋 copy color: '#CC4945'

red 204 ◦ green 73 ◦ blue 69

#CC4945
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sunset #CC4945

Tints of Sunset #CC4945

RGB

 RED value IS 204 (80.08% from 255) = 58.96%

 GREEN value IS 73 (28.91% from 255) = 21.1%

 BLUE value IS 69 (27.34% from 255) = 19.94%

R = 58.96%
G = 21.1%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#CC4945 (or 0xCC4945) is known color: 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

RGB 204 73 69 -
CMYK 0 0.64 0.66 0.2
HSL 1.78º 0.57% 0.54% -
HSV(B) 1.78º 0.66% 0.8% -
XYZ 28.36 18.03 7.62 -
YUV 111.71 103.9 193.83 -
System Red Green Blue C M Y K H S L
Decimal 204 73 69 0 0.64 0.66 0.2 1.78 0.57 0.54
Hex CC 49 45 0 40 42 14 2 39 36
Octal 314 111 105 0 100 102 24 2 71 66
Binary 11001100 1001001 1000101 0 1000000 1000010 10100 10 111001 110110

Color Harmonies of #CC4945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4945

Black with #CC4945

Text Example


Text Example

White with #CC4945

Text Example


Text Example

HTML Codes & Css Web 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>