Html Css Color HEX #CC7044 Red Damask

📋 copy color: '#CC7044'

red 204 ◦ green 112 ◦ blue 68

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

Shades of Red Damask #CC7044

Tints of Red Damask #CC7044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 17.71%

R = 53.13%
G = 29.17%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.67

 K value IS 0.2

RGB Variations

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

Color information

#CC7044 (or 0xCC7044) is known color: Red Damask. HEX triplet: CC, 70 and 44. RGB value is (204,112,68). Sum of RGB (Red+Green+Blue) = 204+112+68=384 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.12% from 384); Green value is 112 (44.14% from 255 or 29.17% from 384); Blue value is 68 (26.95% from 255 or 17.71% from 384); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7044 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7044 is #338FBB. Grayscale: #868686. Windows color (decimal): -3379132 or 4485324. OLE color: 4485324.

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

Color convert

RGB 204 112 68 -
CMYK 0 0.45 0.67 0.2
HSL 19.41º 0.57% 0.53% -
HSV(B) 19.41º 0.67% 0.8% -
XYZ 31.74 24.84 8.59 -
YUV 134.49 90.48 177.58 -
System Red Green Blue C M Y K H S L
Decimal 204 112 68 0 0.45 0.67 0.2 19.41 0.57 0.53
Hex CC 70 44 0 2D 43 14 13 39 35
Octal 314 160 104 0 55 103 24 23 71 65
Binary 11001100 1110000 1000100 0 101101 1000011 10100 10011 111001 110101

Color Harmonies of #CC7044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7044

Black with #CC7044

Text Example


Text Example

White with #CC7044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7044; }

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

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

background-color css

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

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

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

border-color css

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

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

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