Shades of Red Damask #CB714E
Tints of Red Damask #CB714E
RGB
CMYK
RGB Variations
Color information
#CB714E (or 0xCB714E) is known color: Red Damask. HEX triplet: CB, 71 and 4E. RGB value is (203,113,78). Sum of RGB (Red+Green+Blue) = 203+113+78=394 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.52% from 394); Green value is 113 (44.53% from 255 or 28.68% from 394); Blue value is 78 (30.86% from 255 or 19.80% from 394); Max value from RGB is 203 - color contains mainly: red. Hex color #CB714E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB714E is #348EB1. Grayscale: #888888. Windows color (decimal): -3444402 or 5140939. OLE color: 5140939.
HSL color Cylindrical-coordinate representation of color #CB714E: hue angle of 16.8º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CB714E is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 113 | 78 | - |
| CMYK | 0 | 0.44 | 0.62 | 0.20 |
| HSL | 16.8º | 0.55% | 0.55% | - |
| HSV(B) | 16.8º | 0.62% | 0.8% | - |
| XYZ | 31.91 | 25.06 | 10.36 | - |
| YUV | 135.92 | 95.32 | 175.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 113 | 78 | 0 | 0.44 | 0.62 | 0.20 | 16.8 | 0.55 | 0.55 |
| Hex | CB | 71 | 4E | 0 | 2C | 3E | 14 | 11 | 37 | 37 |
| Octal | 313 | 161 | 116 | 0 | 54 | 76 | 24 | 21 | 67 | 67 |
| Binary | 11001011 | 1110001 | 1001110 | 0 | 101100 | 111110 | 10100 | 10001 | 110111 | 110111 |
Color Harmonies of #CB714E
Complementary color
Monochromatic Colors of #CB714E
Black with #CB714E
Text Example
Text Example
White with #CB714E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB714E; }
p { color: rgb(203,113,78); }
H1.HeaderClassName
{
color: #CB714E;
}
.AnyTagClassName
{
color: #CB714E;
}
</style>
background-color css
<style>
a { background-color: #CB714E; }
a { background-color: rgb(203,113,78); }
div.DivClassName
{
background-color: #CB714E;
}
.BgClassName
{
background-color: #CB714E;
}
</style>
border-color css
<style>
span { border-color: #CB714E; }
span { border-color: rgb(203,113,78); }
td.TdClassName
{
border-color: #CB714E;
}
.TagClassName
{
border-color: #CB714E;
}
</style>