Html Css Color HEX #CC7142 Red Damask

📋 copy color: '#CC7142'

red 204 ◦ green 113 ◦ blue 66

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

Shades of Red Damask #CC7142

Tints of Red Damask #CC7142

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.5%

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

R = 53.26%
G = 29.5%
B = 17.23%

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

#CC7142 (or 0xCC7142) is known color: Red Damask. HEX triplet: CC, 71 and 42. RGB value is (204,113,66). Sum of RGB (Red+Green+Blue) = 204+113+66=383 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.26% from 383); Green value is 113 (44.53% from 255 or 29.50% from 383); Blue value is 66 (26.17% from 255 or 17.23% from 383); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7142 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7142 is #338EBD. Grayscale: #878787. Windows color (decimal): -3378878 or 4354508. OLE color: 4354508.

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

Color convert

RGB 204 113 66 -
CMYK 0 0.45 0.68 0.2
HSL 20.43º 0.58% 0.53% -
HSV(B) 20.43º 0.68% 0.8% -
XYZ 31.79 25.04 8.31 -
YUV 134.85 89.15 177.32 -
System Red Green Blue C M Y K H S L
Decimal 204 113 66 0 0.45 0.68 0.2 20.43 0.58 0.53
Hex CC 71 42 0 2D 44 14 14 3A 35
Octal 314 161 102 0 55 104 24 24 72 65
Binary 11001100 1110001 1000010 0 101101 1000100 10100 10100 111010 110101

Color Harmonies of #CC7142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7142

Black with #CC7142

Text Example


Text Example

White with #CC7142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7142; }

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

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

background-color css

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

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

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

border-color css

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

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

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