Shades of Red Damask #CB6F4C
Tints of Red Damask #CB6F4C
RGB
CMYK
RGB Variations
Color information
#CB6F4C (or 0xCB6F4C) is known color: Red Damask. HEX triplet: CB, 6F and 4C. RGB value is (203,111,76). Sum of RGB (Red+Green+Blue) = 203+111+76=390 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.05% from 390); Green value is 111 (43.75% from 255 or 28.46% from 390); Blue value is 76 (30.08% from 255 or 19.49% from 390); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6F4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6F4C is #3490B3. Grayscale: #868686. Windows color (decimal): -3444916 or 5009355. OLE color: 5009355.
HSL color Cylindrical-coordinate representation of color #CB6F4C: hue angle of 16.54º 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 #CB6F4C is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 111 | 76 | - |
| CMYK | 0 | 0.45 | 0.63 | 0.20 |
| HSL | 16.54º | 0.55% | 0.55% | - |
| HSV(B) | 16.54º | 0.63% | 0.8% | - |
| XYZ | 31.62 | 24.59 | 9.92 | - |
| YUV | 134.52 | 94.98 | 176.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 111 | 76 | 0 | 0.45 | 0.63 | 0.20 | 16.54 | 0.55 | 0.55 |
| Hex | CB | 6F | 4C | 0 | 2D | 3F | 14 | 11 | 37 | 37 |
| Octal | 313 | 157 | 114 | 0 | 55 | 77 | 24 | 21 | 67 | 67 |
| Binary | 11001011 | 1101111 | 1001100 | 0 | 101101 | 111111 | 10100 | 10001 | 110111 | 110111 |
Color Harmonies of #CB6F4C
Complementary color
Monochromatic Colors of #CB6F4C
Black with #CB6F4C
Text Example
Text Example
White with #CB6F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6F4C; }
p { color: rgb(203,111,76); }
H1.HeaderClassName
{
color: #CB6F4C;
}
.AnyTagClassName
{
color: #CB6F4C;
}
</style>
background-color css
<style>
a { background-color: #CB6F4C; }
a { background-color: rgb(203,111,76); }
div.DivClassName
{
background-color: #CB6F4C;
}
.BgClassName
{
background-color: #CB6F4C;
}
</style>
border-color css
<style>
span { border-color: #CB6F4C; }
span { border-color: rgb(203,111,76); }
td.TdClassName
{
border-color: #CB6F4C;
}
.TagClassName
{
border-color: #CB6F4C;
}
</style>