Shades of Red Damask #CC7143
Tints of Red Damask #CC7143
RGB
CMYK
RGB Variations
Color information
#CC7143 (or 0xCC7143) is known color: Red Damask. HEX triplet: CC, 71 and 43. RGB value is (204,113,67). Sum of RGB (Red+Green+Blue) = 204+113+67=384 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.12% from 384); Green value is 113 (44.53% from 255 or 29.43% from 384); Blue value is 67 (26.56% from 255 or 17.45% from 384); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7143 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7143 is #338EBC. Grayscale: #878787. Windows color (decimal): -3378877 or 4420044. OLE color: 4420044.
HSL color Cylindrical-coordinate representation of color #CC7143: hue angle of 20.15º 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 #CC7143 is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 113 | 67 | - |
| CMYK | 0 | 0.45 | 0.67 | 0.2 |
| HSL | 20.15º | 0.57% | 0.53% | - |
| HSV(B) | 20.15º | 0.67% | 0.8% | - |
| XYZ | 31.82 | 25.05 | 8.47 | - |
| YUV | 134.97 | 89.65 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 113 | 67 | 0 | 0.45 | 0.67 | 0.2 | 20.15 | 0.57 | 0.53 |
| Hex | CC | 71 | 43 | 0 | 2D | 43 | 14 | 14 | 39 | 35 |
| Octal | 314 | 161 | 103 | 0 | 55 | 103 | 24 | 24 | 71 | 65 |
| Binary | 11001100 | 1110001 | 1000011 | 0 | 101101 | 1000011 | 10100 | 10100 | 111001 | 110101 |
Color Harmonies of #CC7143
Complementary color
Monochromatic Colors of #CC7143
Black with #CC7143
Text Example
Text Example
White with #CC7143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7143; }
p { color: rgb(204,113,67); }
H1.HeaderClassName
{
color: #CC7143;
}
.AnyTagClassName
{
color: #CC7143;
}
</style>
background-color css
<style>
a { background-color: #CC7143; }
a { background-color: rgb(204,113,67); }
div.DivClassName
{
background-color: #CC7143;
}
.BgClassName
{
background-color: #CC7143;
}
</style>
border-color css
<style>
span { border-color: #CC7143; }
span { border-color: rgb(204,113,67); }
td.TdClassName
{
border-color: #CC7143;
}
.TagClassName
{
border-color: #CC7143;
}
</style>