Shades of Red Damask #CB714D
Tints of Red Damask #CB714D
RGB
CMYK
RGB Variations
Color information
#CB714D (or 0xCB714D) is known color: Red Damask. HEX triplet: CB, 71 and 4D. RGB value is (203,113,77). Sum of RGB (Red+Green+Blue) = 203+113+77=393 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.65% from 393); Green value is 113 (44.53% from 255 or 28.75% from 393); Blue value is 77 (30.47% from 255 or 19.59% from 393); Max value from RGB is 203 - color contains mainly: red. Hex color #CB714D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB714D is #348EB2. Grayscale: #888888. Windows color (decimal): -3444403 or 5075403. OLE color: 5075403.
HSL color Cylindrical-coordinate representation of color #CB714D: hue angle of 17.14º 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 #CB714D is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 113 | 77 | - |
| CMYK | 0 | 0.44 | 0.62 | 0.20 |
| HSL | 17.14º | 0.55% | 0.55% | - |
| HSV(B) | 17.14º | 0.62% | 0.8% | - |
| XYZ | 31.87 | 25.04 | 10.17 | - |
| YUV | 135.81 | 94.82 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 113 | 77 | 0 | 0.44 | 0.62 | 0.20 | 17.14 | 0.55 | 0.55 |
| Hex | CB | 71 | 4D | 0 | 2C | 3E | 14 | 11 | 37 | 37 |
| Octal | 313 | 161 | 115 | 0 | 54 | 76 | 24 | 21 | 67 | 67 |
| Binary | 11001011 | 1110001 | 1001101 | 0 | 101100 | 111110 | 10100 | 10001 | 110111 | 110111 |
Color Harmonies of #CB714D
Complementary color
Monochromatic Colors of #CB714D
Black with #CB714D
Text Example
Text Example
White with #CB714D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB714D; }
p { color: rgb(203,113,77); }
H1.HeaderClassName
{
color: #CB714D;
}
.AnyTagClassName
{
color: #CB714D;
}
</style>
background-color css
<style>
a { background-color: #CB714D; }
a { background-color: rgb(203,113,77); }
div.DivClassName
{
background-color: #CB714D;
}
.BgClassName
{
background-color: #CB714D;
}
</style>
border-color css
<style>
span { border-color: #CB714D; }
span { border-color: rgb(203,113,77); }
td.TdClassName
{
border-color: #CB714D;
}
.TagClassName
{
border-color: #CB714D;
}
</style>