Html Css Color HEX #CC7045 Red Damask

📋 copy color: '#CC7045'

red 204 ◦ green 112 ◦ blue 69

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

Shades of Red Damask #CC7045

Tints of Red Damask #CC7045

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.09%

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

R = 52.99%
G = 29.09%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#CC7045 (or 0xCC7045) is known color: Red Damask. HEX triplet: CC, 70 and 45. RGB value is (204,112,69). Sum of RGB (Red+Green+Blue) = 204+112+69=385 (50% of max value = 765). Red value is 204 (80.08% from 255 or 52.99% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 69 (27.34% from 255 or 17.92% from 385); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7045 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7045 is #338FBA. Grayscale: #868686. Windows color (decimal): -3379131 or 4550860. OLE color: 4550860.

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

Color convert

RGB 204 112 69 -
CMYK 0 0.45 0.66 0.2
HSL 19.11º 0.57% 0.54% -
HSV(B) 19.11º 0.66% 0.8% -
XYZ 31.77 24.86 8.75 -
YUV 134.61 90.98 177.5 -
System Red Green Blue C M Y K H S L
Decimal 204 112 69 0 0.45 0.66 0.2 19.11 0.57 0.54
Hex CC 70 45 0 2D 42 14 13 39 36
Octal 314 160 105 0 55 102 24 23 71 66
Binary 11001100 1110000 1000101 0 101101 1000010 10100 10011 111001 110110

Color Harmonies of #CC7045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7045

Black with #CC7045

Text Example


Text Example

White with #CC7045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7045; }

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

 H1.HeaderClassName
 {
   color: #CC7045;
 }
 .AnyTagClassName
 {
   color: #CC7045;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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