Shades of Red Damask #CB6F4E
Tints of Red Damask #CB6F4E
RGB
CMYK
RGB Variations
Color information
#CB6F4E (or 0xCB6F4E) is known color: Red Damask. HEX triplet: CB, 6F and 4E. RGB value is (203,111,78). Sum of RGB (Red+Green+Blue) = 203+111+78=392 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.79% from 392); Green value is 111 (43.75% from 255 or 28.32% from 392); Blue value is 78 (30.86% from 255 or 19.90% from 392); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6F4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6F4E is #3490B1. Grayscale: #868686. Windows color (decimal): -3444914 or 5140427. OLE color: 5140427.
HSL color Cylindrical-coordinate representation of color #CB6F4E: hue angle of 15.84º 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 #CB6F4E is Cyan = 0, Magento = 0.45, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 111 | 78 | - |
| CMYK | 0 | 0.45 | 0.62 | 0.20 |
| HSL | 15.84º | 0.55% | 0.55% | - |
| HSV(B) | 15.84º | 0.62% | 0.8% | - |
| XYZ | 31.69 | 24.62 | 10.29 | - |
| YUV | 134.75 | 95.98 | 176.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 111 | 78 | 0 | 0.45 | 0.62 | 0.20 | 15.84 | 0.55 | 0.55 |
| Hex | CB | 6F | 4E | 0 | 2D | 3E | 14 | 10 | 37 | 37 |
| Octal | 313 | 157 | 116 | 0 | 55 | 76 | 24 | 20 | 67 | 67 |
| Binary | 11001011 | 1101111 | 1001110 | 0 | 101101 | 111110 | 10100 | 10000 | 110111 | 110111 |
Color Harmonies of #CB6F4E
Complementary color
Monochromatic Colors of #CB6F4E
Black with #CB6F4E
Text Example
Text Example
White with #CB6F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6F4E; }
p { color: rgb(203,111,78); }
H1.HeaderClassName
{
color: #CB6F4E;
}
.AnyTagClassName
{
color: #CB6F4E;
}
</style>
background-color css
<style>
a { background-color: #CB6F4E; }
a { background-color: rgb(203,111,78); }
div.DivClassName
{
background-color: #CB6F4E;
}
.BgClassName
{
background-color: #CB6F4E;
}
</style>
border-color css
<style>
span { border-color: #CB6F4E; }
span { border-color: rgb(203,111,78); }
td.TdClassName
{
border-color: #CB6F4E;
}
.TagClassName
{
border-color: #CB6F4E;
}
</style>