Shades of Red Damask #CB704E
Tints of Red Damask #CB704E
RGB
CMYK
RGB Variations
Color information
#CB704E (or 0xCB704E) is known color: Red Damask. HEX triplet: CB, 70 and 4E. RGB value is (203,112,78). Sum of RGB (Red+Green+Blue) = 203+112+78=393 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.65% from 393); Green value is 112 (44.14% from 255 or 28.50% from 393); Blue value is 78 (30.86% from 255 or 19.85% from 393); Max value from RGB is 203 - color contains mainly: red. Hex color #CB704E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB704E is #348FB1. Grayscale: #878787. Windows color (decimal): -3444658 or 5140683. OLE color: 5140683.
HSL color Cylindrical-coordinate representation of color #CB704E: hue angle of 16.32º 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 #CB704E is Cyan = 0, Magento = 0.45, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 112 | 78 | - |
| CMYK | 0 | 0.45 | 0.62 | 0.20 |
| HSL | 16.32º | 0.55% | 0.55% | - |
| HSV(B) | 16.32º | 0.62% | 0.8% | - |
| XYZ | 31.8 | 24.83 | 10.33 | - |
| YUV | 135.33 | 95.65 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 112 | 78 | 0 | 0.45 | 0.62 | 0.20 | 16.32 | 0.55 | 0.55 |
| Hex | CB | 70 | 4E | 0 | 2D | 3E | 14 | 10 | 37 | 37 |
| Octal | 313 | 160 | 116 | 0 | 55 | 76 | 24 | 20 | 67 | 67 |
| Binary | 11001011 | 1110000 | 1001110 | 0 | 101101 | 111110 | 10100 | 10000 | 110111 | 110111 |
Color Harmonies of #CB704E
Complementary color
Monochromatic Colors of #CB704E
Black with #CB704E
Text Example
Text Example
White with #CB704E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB704E; }
p { color: rgb(203,112,78); }
H1.HeaderClassName
{
color: #CB704E;
}
.AnyTagClassName
{
color: #CB704E;
}
</style>
background-color css
<style>
a { background-color: #CB704E; }
a { background-color: rgb(203,112,78); }
div.DivClassName
{
background-color: #CB704E;
}
.BgClassName
{
background-color: #CB704E;
}
</style>
border-color css
<style>
span { border-color: #CB704E; }
span { border-color: rgb(203,112,78); }
td.TdClassName
{
border-color: #CB704E;
}
.TagClassName
{
border-color: #CB704E;
}
</style>