Html Css Color HEX #CC7249 Red Damask

📋 copy color: '#CC7249'

red 204 ◦ green 114 ◦ blue 73

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

Shades of Red Damask #CC7249

Tints of Red Damask #CC7249

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.16%

 BLUE value IS 73 (28.91% from 255) = 18.67%

R = 52.17%
G = 29.16%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CC7249 (or 0xCC7249) is known color: Red Damask. HEX triplet: CC, 72 and 49. RGB value is (204,114,73). Sum of RGB (Red+Green+Blue) = 204+114+73=391 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.17% from 391); Green value is 114 (44.92% from 255 or 29.16% from 391); Blue value is 73 (28.91% from 255 or 18.67% from 391); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7249 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7249 is #338DB6. Grayscale: #888888. Windows color (decimal): -3378615 or 4813516. OLE color: 4813516.

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

Color convert

RGB 204 114 73 -
CMYK 0 0.44 0.64 0.2
HSL 18.78º 0.56% 0.54% -
HSV(B) 18.78º 0.64% 0.8% -
XYZ 32.12 25.35 9.5 -
YUV 136.24 92.32 176.33 -
System Red Green Blue C M Y K H S L
Decimal 204 114 73 0 0.44 0.64 0.2 18.78 0.56 0.54
Hex CC 72 49 0 2C 40 14 13 38 36
Octal 314 162 111 0 54 100 24 23 70 66
Binary 11001100 1110010 1001001 0 101100 1000000 10100 10011 111000 110110

Color Harmonies of #CC7249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7249

Black with #CC7249

Text Example


Text Example

White with #CC7249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7249; }

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

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

background-color css

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

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

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

border-color css

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

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

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