Html Css Color HEX #CC7042 Red Damask

📋 copy color: '#CC7042'

red 204 ◦ green 112 ◦ blue 66

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

Shades of Red Damask #CC7042

Tints of Red Damask #CC7042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.28%

R = 53.4%
G = 29.32%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#CC7042 (or 0xCC7042) is known color: Red Damask. HEX triplet: CC, 70 and 42. RGB value is (204,112,66). Sum of RGB (Red+Green+Blue) = 204+112+66=382 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.40% from 382); Green value is 112 (44.14% from 255 or 29.32% from 382); Blue value is 66 (26.17% from 255 or 17.28% from 382); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7042 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7042 is #338FBD. Grayscale: #868686. Windows color (decimal): -3379134 or 4354252. OLE color: 4354252.

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

Color convert

RGB 204 112 66 -
CMYK 0 0.45 0.68 0.2
HSL 20º 0.58% 0.53% -
HSV(B) 20º 0.68% 0.8% -
XYZ 31.68 24.82 8.28 -
YUV 134.26 89.48 177.74 -
System Red Green Blue C M Y K H S L
Decimal 204 112 66 0 0.45 0.68 0.2 20 0.58 0.53
Hex CC 70 42 0 2D 44 14 14 3A 35
Octal 314 160 102 0 55 104 24 24 72 65
Binary 11001100 1110000 1000010 0 101101 1000100 10100 10100 111010 110101

Color Harmonies of #CC7042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7042

Black with #CC7042

Text Example


Text Example

White with #CC7042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7042; }

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

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

background-color css

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

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

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

border-color css

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

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

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