Shades of Red Damask #CB704A
Tints of Red Damask #CB704A
RGB
CMYK
RGB Variations
Color information
#CB704A (or 0xCB704A) is known color: Red Damask. HEX triplet: CB, 70 and 4A. RGB value is (203,112,74). Sum of RGB (Red+Green+Blue) = 203+112+74=389 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.19% from 389); Green value is 112 (44.14% from 255 or 28.79% from 389); Blue value is 74 (29.30% from 255 or 19.02% from 389); Max value from RGB is 203 - color contains mainly: red. Hex color #CB704A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB704A is #348FB5. Grayscale: #878787. Windows color (decimal): -3444662 or 4878539. OLE color: 4878539.
HSL color Cylindrical-coordinate representation of color #CB704A: hue angle of 17.67º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CB704A is Cyan = 0, Magento = 0.45, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 112 | 74 | - |
| CMYK | 0 | 0.45 | 0.64 | 0.20 |
| HSL | 17.67º | 0.55% | 0.54% | - |
| HSV(B) | 17.67º | 0.64% | 0.8% | - |
| XYZ | 31.66 | 24.78 | 9.59 | - |
| YUV | 134.88 | 93.65 | 176.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 112 | 74 | 0 | 0.45 | 0.64 | 0.20 | 17.67 | 0.55 | 0.54 |
| Hex | CB | 70 | 4A | 0 | 2D | 40 | 14 | 12 | 37 | 36 |
| Octal | 313 | 160 | 112 | 0 | 55 | 100 | 24 | 22 | 67 | 66 |
| Binary | 11001011 | 1110000 | 1001010 | 0 | 101101 | 1000000 | 10100 | 10010 | 110111 | 110110 |
Color Harmonies of #CB704A
Complementary color
Monochromatic Colors of #CB704A
Black with #CB704A
Text Example
Text Example
White with #CB704A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB704A; }
p { color: rgb(203,112,74); }
H1.HeaderClassName
{
color: #CB704A;
}
.AnyTagClassName
{
color: #CB704A;
}
</style>
background-color css
<style>
a { background-color: #CB704A; }
a { background-color: rgb(203,112,74); }
div.DivClassName
{
background-color: #CB704A;
}
.BgClassName
{
background-color: #CB704A;
}
</style>
border-color css
<style>
span { border-color: #CB704A; }
span { border-color: rgb(203,112,74); }
td.TdClassName
{
border-color: #CB704A;
}
.TagClassName
{
border-color: #CB704A;
}
</style>