Shades of Red Damask #CB6D50
Tints of Red Damask #CB6D50
RGB
CMYK
RGB Variations
Color information
#CB6D50 (or 0xCB6D50) is known color: Red Damask. HEX triplet: CB, 6D and 50. RGB value is (203,109,80). Sum of RGB (Red+Green+Blue) = 203+109+80=392 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.79% from 392); Green value is 109 (42.97% from 255 or 27.81% from 392); Blue value is 80 (31.64% from 255 or 20.41% from 392); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6D50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6D50 is #3492AF. Grayscale: #868686. Windows color (decimal): -3445424 or 5270987. OLE color: 5270987.
HSL color Cylindrical-coordinate representation of color #CB6D50: hue angle of 14.15º 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 #CB6D50 is Cyan = 0, Magento = 0.46, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 109 | 80 | - |
| CMYK | 0 | 0.46 | 0.61 | 0.20 |
| HSL | 14.15º | 0.54% | 0.55% | - |
| HSV(B) | 14.15º | 0.61% | 0.8% | - |
| XYZ | 31.55 | 24.21 | 10.6 | - |
| YUV | 133.8 | 97.64 | 177.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 109 | 80 | 0 | 0.46 | 0.61 | 0.20 | 14.15 | 0.54 | 0.55 |
| Hex | CB | 6D | 50 | 0 | 2E | 3D | 14 | E | 36 | 37 |
| Octal | 313 | 155 | 120 | 0 | 56 | 75 | 24 | 16 | 66 | 67 |
| Binary | 11001011 | 1101101 | 1010000 | 0 | 101110 | 111101 | 10100 | 1110 | 110110 | 110111 |
Color Harmonies of #CB6D50
Complementary color
Monochromatic Colors of #CB6D50
Black with #CB6D50
Text Example
Text Example
White with #CB6D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6D50; }
p { color: rgb(203,109,80); }
H1.HeaderClassName
{
color: #CB6D50;
}
.AnyTagClassName
{
color: #CB6D50;
}
</style>
background-color css
<style>
a { background-color: #CB6D50; }
a { background-color: rgb(203,109,80); }
div.DivClassName
{
background-color: #CB6D50;
}
.BgClassName
{
background-color: #CB6D50;
}
</style>
border-color css
<style>
span { border-color: #CB6D50; }
span { border-color: rgb(203,109,80); }
td.TdClassName
{
border-color: #CB6D50;
}
.TagClassName
{
border-color: #CB6D50;
}
</style>