Shades of Red Damask #CB714C
Tints of Red Damask #CB714C
RGB
CMYK
RGB Variations
Color information
#CB714C (or 0xCB714C) is known color: Red Damask. HEX triplet: CB, 71 and 4C. RGB value is (203,113,76). Sum of RGB (Red+Green+Blue) = 203+113+76=392 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.79% from 392); Green value is 113 (44.53% from 255 or 28.83% from 392); Blue value is 76 (30.08% from 255 or 19.39% from 392); Max value from RGB is 203 - color contains mainly: red. Hex color #CB714C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB714C is #348EB3. Grayscale: #878787. Windows color (decimal): -3444404 or 5009867. OLE color: 5009867.
HSL color Cylindrical-coordinate representation of color #CB714C: hue angle of 17.48º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CB714C is Cyan = 0, Magento = 0.44, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 113 | 76 | - |
| CMYK | 0 | 0.44 | 0.63 | 0.20 |
| HSL | 17.48º | 0.55% | 0.55% | - |
| HSV(B) | 17.48º | 0.63% | 0.8% | - |
| XYZ | 31.84 | 25.03 | 9.99 | - |
| YUV | 135.69 | 94.32 | 176.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 113 | 76 | 0 | 0.44 | 0.63 | 0.20 | 17.48 | 0.55 | 0.55 |
| Hex | CB | 71 | 4C | 0 | 2C | 3F | 14 | 11 | 37 | 37 |
| Octal | 313 | 161 | 114 | 0 | 54 | 77 | 24 | 21 | 67 | 67 |
| Binary | 11001011 | 1110001 | 1001100 | 0 | 101100 | 111111 | 10100 | 10001 | 110111 | 110111 |
Color Harmonies of #CB714C
Complementary color
Monochromatic Colors of #CB714C
Black with #CB714C
Text Example
Text Example
White with #CB714C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB714C; }
p { color: rgb(203,113,76); }
H1.HeaderClassName
{
color: #CB714C;
}
.AnyTagClassName
{
color: #CB714C;
}
</style>
background-color css
<style>
a { background-color: #CB714C; }
a { background-color: rgb(203,113,76); }
div.DivClassName
{
background-color: #CB714C;
}
.BgClassName
{
background-color: #CB714C;
}
</style>
border-color css
<style>
span { border-color: #CB714C; }
span { border-color: rgb(203,113,76); }
td.TdClassName
{
border-color: #CB714C;
}
.TagClassName
{
border-color: #CB714C;
}
</style>