Shades of Red Damask #CB6B48
Tints of Red Damask #CB6B48
RGB
CMYK
RGB Variations
Color information
#CB6B48 (or 0xCB6B48) is known color: Red Damask. HEX triplet: CB, 6B and 48. RGB value is (203,107,72). Sum of RGB (Red+Green+Blue) = 203+107+72=382 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.14% from 382); Green value is 107 (42.19% from 255 or 28.01% from 382); Blue value is 72 (28.52% from 255 or 18.85% from 382); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6B48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6B48 is #3494B7. Grayscale: #838383. Windows color (decimal): -3445944 or 4746187. OLE color: 4746187.
HSL color Cylindrical-coordinate representation of color #CB6B48: hue angle of 16.03º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CB6B48 is Cyan = 0, Magento = 0.47, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 107 | 72 | - |
| CMYK | 0 | 0.47 | 0.65 | 0.20 |
| HSL | 16.03º | 0.56% | 0.54% | - |
| HSV(B) | 16.03º | 0.65% | 0.8% | - |
| XYZ | 31.06 | 23.68 | 9.06 | - |
| YUV | 131.71 | 94.3 | 178.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 107 | 72 | 0 | 0.47 | 0.65 | 0.20 | 16.03 | 0.56 | 0.54 |
| Hex | CB | 6B | 48 | 0 | 2F | 41 | 14 | 10 | 38 | 36 |
| Octal | 313 | 153 | 110 | 0 | 57 | 101 | 24 | 20 | 70 | 66 |
| Binary | 11001011 | 1101011 | 1001000 | 0 | 101111 | 1000001 | 10100 | 10000 | 111000 | 110110 |
Color Harmonies of #CB6B48
Complementary color
Monochromatic Colors of #CB6B48
Black with #CB6B48
Text Example
Text Example
White with #CB6B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6B48; }
p { color: rgb(203,107,72); }
H1.HeaderClassName
{
color: #CB6B48;
}
.AnyTagClassName
{
color: #CB6B48;
}
</style>
background-color css
<style>
a { background-color: #CB6B48; }
a { background-color: rgb(203,107,72); }
div.DivClassName
{
background-color: #CB6B48;
}
.BgClassName
{
background-color: #CB6B48;
}
</style>
border-color css
<style>
span { border-color: #CB6B48; }
span { border-color: rgb(203,107,72); }
td.TdClassName
{
border-color: #CB6B48;
}
.TagClassName
{
border-color: #CB6B48;
}
</style>