Html Css Color HEX #CC7047 Red Damask

📋 copy color: '#CC7047'

red 204 ◦ green 112 ◦ blue 71

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

Shades of Red Damask #CC7047

Tints of Red Damask #CC7047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 18.35%

R = 52.71%
G = 28.94%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#CC7047 (or 0xCC7047) is known color: Red Damask. HEX triplet: CC, 70 and 47. RGB value is (204,112,71). Sum of RGB (Red+Green+Blue) = 204+112+71=387 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.71% from 387); Green value is 112 (44.14% from 255 or 28.94% from 387); Blue value is 71 (28.12% from 255 or 18.35% from 387); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7047 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7047 is #338FB8. Grayscale: #878787. Windows color (decimal): -3379129 or 4681932. OLE color: 4681932.

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

Color convert

RGB 204 112 71 -
CMYK 0 0.45 0.65 0.2
HSL 18.5º 0.57% 0.54% -
HSV(B) 18.5º 0.65% 0.8% -
XYZ 31.83 24.88 9.09 -
YUV 134.83 91.98 177.33 -
System Red Green Blue C M Y K H S L
Decimal 204 112 71 0 0.45 0.65 0.2 18.5 0.57 0.54
Hex CC 70 47 0 2D 41 14 12 39 36
Octal 314 160 107 0 55 101 24 22 71 66
Binary 11001100 1110000 1000111 0 101101 1000001 10100 10010 111001 110110

Color Harmonies of #CC7047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7047

Black with #CC7047

Text Example


Text Example

White with #CC7047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7047; }

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

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

background-color css

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

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

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

border-color css

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

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

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