Shades of Red Damask #CB6746
Tints of Red Damask #CB6746
RGB
CMYK
RGB Variations
Color information
#CB6746 (or 0xCB6746) is known color: Red Damask. HEX triplet: CB, 67 and 46. RGB value is (203,103,70). Sum of RGB (Red+Green+Blue) = 203+103+70=376 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.99% from 376); Green value is 103 (40.62% from 255 or 27.39% from 376); Blue value is 70 (27.73% from 255 or 18.62% from 376); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6746 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6746 is #3498B9. Grayscale: #818181. Windows color (decimal): -3446970 or 4614091. OLE color: 4614091.
HSL color Cylindrical-coordinate representation of color #CB6746: hue angle of 14.89º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CB6746 is Cyan = 0, Magento = 0.49, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 103 | 70 | - |
| CMYK | 0 | 0.49 | 0.66 | 0.20 |
| HSL | 14.89º | 0.56% | 0.54% | - |
| HSV(B) | 14.89º | 0.66% | 0.8% | - |
| XYZ | 30.58 | 22.84 | 8.59 | - |
| YUV | 129.14 | 94.63 | 180.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 103 | 70 | 0 | 0.49 | 0.66 | 0.20 | 14.89 | 0.56 | 0.54 |
| Hex | CB | 67 | 46 | 0 | 31 | 42 | 14 | F | 38 | 36 |
| Octal | 313 | 147 | 106 | 0 | 61 | 102 | 24 | 17 | 70 | 66 |
| Binary | 11001011 | 1100111 | 1000110 | 0 | 110001 | 1000010 | 10100 | 1111 | 111000 | 110110 |
Color Harmonies of #CB6746
Complementary color
Monochromatic Colors of #CB6746
Black with #CB6746
Text Example
Text Example
White with #CB6746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6746; }
p { color: rgb(203,103,70); }
H1.HeaderClassName
{
color: #CB6746;
}
.AnyTagClassName
{
color: #CB6746;
}
</style>
background-color css
<style>
a { background-color: #CB6746; }
a { background-color: rgb(203,103,70); }
div.DivClassName
{
background-color: #CB6746;
}
.BgClassName
{
background-color: #CB6746;
}
</style>
border-color css
<style>
span { border-color: #CB6746; }
span { border-color: rgb(203,103,70); }
td.TdClassName
{
border-color: #CB6746;
}
.TagClassName
{
border-color: #CB6746;
}
</style>