Shades of Red Damask #CB704C
Tints of Red Damask #CB704C
RGB
CMYK
RGB Variations
Color information
#CB704C (or 0xCB704C) is known color: Red Damask. HEX triplet: CB, 70 and 4C. RGB value is (203,112,76). Sum of RGB (Red+Green+Blue) = 203+112+76=391 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.92% from 391); Green value is 112 (44.14% from 255 or 28.64% from 391); Blue value is 76 (30.08% from 255 or 19.44% from 391); Max value from RGB is 203 - color contains mainly: red. Hex color #CB704C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB704C is #348FB3. Grayscale: #878787. Windows color (decimal): -3444660 or 5009611. OLE color: 5009611.
HSL color Cylindrical-coordinate representation of color #CB704C: hue angle of 17.01º 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 #CB704C is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 112 | 76 | - |
| CMYK | 0 | 0.45 | 0.63 | 0.20 |
| HSL | 17.01º | 0.55% | 0.55% | - |
| HSV(B) | 17.01º | 0.63% | 0.8% | - |
| XYZ | 31.73 | 24.81 | 9.95 | - |
| YUV | 135.11 | 94.65 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 112 | 76 | 0 | 0.45 | 0.63 | 0.20 | 17.01 | 0.55 | 0.55 |
| Hex | CB | 70 | 4C | 0 | 2D | 3F | 14 | 11 | 37 | 37 |
| Octal | 313 | 160 | 114 | 0 | 55 | 77 | 24 | 21 | 67 | 67 |
| Binary | 11001011 | 1110000 | 1001100 | 0 | 101101 | 111111 | 10100 | 10001 | 110111 | 110111 |
Color Harmonies of #CB704C
Complementary color
Monochromatic Colors of #CB704C
Black with #CB704C
Text Example
Text Example
White with #CB704C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB704C; }
p { color: rgb(203,112,76); }
H1.HeaderClassName
{
color: #CB704C;
}
.AnyTagClassName
{
color: #CB704C;
}
</style>
background-color css
<style>
a { background-color: #CB704C; }
a { background-color: rgb(203,112,76); }
div.DivClassName
{
background-color: #CB704C;
}
.BgClassName
{
background-color: #CB704C;
}
</style>
border-color css
<style>
span { border-color: #CB704C; }
span { border-color: rgb(203,112,76); }
td.TdClassName
{
border-color: #CB704C;
}
.TagClassName
{
border-color: #CB704C;
}
</style>