Shades of Red Damask #CB6C4A
Tints of Red Damask #CB6C4A
RGB
CMYK
RGB Variations
Color information
#CB6C4A (or 0xCB6C4A) is known color: Red Damask. HEX triplet: CB, 6C and 4A. RGB value is (203,108,74). Sum of RGB (Red+Green+Blue) = 203+108+74=385 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.73% from 385); Green value is 108 (42.58% from 255 or 28.05% from 385); Blue value is 74 (29.30% from 255 or 19.22% from 385); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6C4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6C4A is #3493B5. Grayscale: #848484. Windows color (decimal): -3445686 or 4877515. OLE color: 4877515.
HSL color Cylindrical-coordinate representation of color #CB6C4A: hue angle of 15.81º 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 #CB6C4A is Cyan = 0, Magento = 0.47, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 108 | 74 | - |
| CMYK | 0 | 0.47 | 0.64 | 0.20 |
| HSL | 15.81º | 0.55% | 0.54% | - |
| HSV(B) | 15.81º | 0.64% | 0.8% | - |
| XYZ | 31.23 | 23.92 | 9.45 | - |
| YUV | 132.53 | 94.97 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 108 | 74 | 0 | 0.47 | 0.64 | 0.20 | 15.81 | 0.55 | 0.54 |
| Hex | CB | 6C | 4A | 0 | 2F | 40 | 14 | 10 | 37 | 36 |
| Octal | 313 | 154 | 112 | 0 | 57 | 100 | 24 | 20 | 67 | 66 |
| Binary | 11001011 | 1101100 | 1001010 | 0 | 101111 | 1000000 | 10100 | 10000 | 110111 | 110110 |
Color Harmonies of #CB6C4A
Complementary color
Monochromatic Colors of #CB6C4A
Black with #CB6C4A
Text Example
Text Example
White with #CB6C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6C4A; }
p { color: rgb(203,108,74); }
H1.HeaderClassName
{
color: #CB6C4A;
}
.AnyTagClassName
{
color: #CB6C4A;
}
</style>
background-color css
<style>
a { background-color: #CB6C4A; }
a { background-color: rgb(203,108,74); }
div.DivClassName
{
background-color: #CB6C4A;
}
.BgClassName
{
background-color: #CB6C4A;
}
</style>
border-color css
<style>
span { border-color: #CB6C4A; }
span { border-color: rgb(203,108,74); }
td.TdClassName
{
border-color: #CB6C4A;
}
.TagClassName
{
border-color: #CB6C4A;
}
</style>