Shades of Red Damask #CB6749
Tints of Red Damask #CB6749
RGB
CMYK
RGB Variations
Color information
#CB6749 (or 0xCB6749) is known color: Red Damask. HEX triplet: CB, 67 and 49. RGB value is (203,103,73). Sum of RGB (Red+Green+Blue) = 203+103+73=379 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.56% from 379); Green value is 103 (40.62% from 255 or 27.18% from 379); Blue value is 73 (28.91% from 255 or 19.26% from 379); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6749 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6749 is #3498B6. Grayscale: #818181. Windows color (decimal): -3446967 or 4810699. OLE color: 4810699.
HSL color Cylindrical-coordinate representation of color #CB6749: hue angle of 13.85º degrees, saturation: 0.56, 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 #CB6749 is Cyan = 0, Magento = 0.49, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 103 | 73 | - |
| CMYK | 0 | 0.49 | 0.64 | 0.20 |
| HSL | 13.85º | 0.56% | 0.54% | - |
| HSV(B) | 13.85º | 0.64% | 0.8% | - |
| XYZ | 30.68 | 22.88 | 9.1 | - |
| YUV | 129.48 | 96.13 | 180.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 103 | 73 | 0 | 0.49 | 0.64 | 0.20 | 13.85 | 0.56 | 0.54 |
| Hex | CB | 67 | 49 | 0 | 31 | 40 | 14 | E | 38 | 36 |
| Octal | 313 | 147 | 111 | 0 | 61 | 100 | 24 | 16 | 70 | 66 |
| Binary | 11001011 | 1100111 | 1001001 | 0 | 110001 | 1000000 | 10100 | 1110 | 111000 | 110110 |
Color Harmonies of #CB6749
Complementary color
Monochromatic Colors of #CB6749
Black with #CB6749
Text Example
Text Example
White with #CB6749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6749; }
p { color: rgb(203,103,73); }
H1.HeaderClassName
{
color: #CB6749;
}
.AnyTagClassName
{
color: #CB6749;
}
</style>
background-color css
<style>
a { background-color: #CB6749; }
a { background-color: rgb(203,103,73); }
div.DivClassName
{
background-color: #CB6749;
}
.BgClassName
{
background-color: #CB6749;
}
</style>
border-color css
<style>
span { border-color: #CB6749; }
span { border-color: rgb(203,103,73); }
td.TdClassName
{
border-color: #CB6749;
}
.TagClassName
{
border-color: #CB6749;
}
</style>