Shades of Red Damask #CB6F50
Tints of Red Damask #CB6F50
RGB
CMYK
RGB Variations
Color information
#CB6F50 (or 0xCB6F50) is known color: Red Damask. HEX triplet: CB, 6F and 50. RGB value is (203,111,80). Sum of RGB (Red+Green+Blue) = 203+111+80=394 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.52% from 394); Green value is 111 (43.75% from 255 or 28.17% from 394); Blue value is 80 (31.64% from 255 or 20.30% from 394); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6F50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6F50 is #3490AF. Grayscale: #878787. Windows color (decimal): -3444912 or 5271499. OLE color: 5271499.
HSL color Cylindrical-coordinate representation of color #CB6F50: hue angle of 15.12º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CB6F50 is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 111 | 80 | - |
| CMYK | 0 | 0.45 | 0.61 | 0.20 |
| HSL | 15.12º | 0.54% | 0.55% | - |
| HSV(B) | 15.12º | 0.61% | 0.8% | - |
| XYZ | 31.76 | 24.64 | 10.67 | - |
| YUV | 134.97 | 96.98 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 111 | 80 | 0 | 0.45 | 0.61 | 0.20 | 15.12 | 0.54 | 0.55 |
| Hex | CB | 6F | 50 | 0 | 2D | 3D | 14 | F | 36 | 37 |
| Octal | 313 | 157 | 120 | 0 | 55 | 75 | 24 | 17 | 66 | 67 |
| Binary | 11001011 | 1101111 | 1010000 | 0 | 101101 | 111101 | 10100 | 1111 | 110110 | 110111 |
Color Harmonies of #CB6F50
Complementary color
Monochromatic Colors of #CB6F50
Black with #CB6F50
Text Example
Text Example
White with #CB6F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6F50; }
p { color: rgb(203,111,80); }
H1.HeaderClassName
{
color: #CB6F50;
}
.AnyTagClassName
{
color: #CB6F50;
}
</style>
background-color css
<style>
a { background-color: #CB6F50; }
a { background-color: rgb(203,111,80); }
div.DivClassName
{
background-color: #CB6F50;
}
.BgClassName
{
background-color: #CB6F50;
}
</style>
border-color css
<style>
span { border-color: #CB6F50; }
span { border-color: rgb(203,111,80); }
td.TdClassName
{
border-color: #CB6F50;
}
.TagClassName
{
border-color: #CB6F50;
}
</style>