Shades of Red Damask #CB6A45
Tints of Red Damask #CB6A45
RGB
CMYK
RGB Variations
Color information
#CB6A45 (or 0xCB6A45) is known color: Red Damask. HEX triplet: CB, 6A and 45. RGB value is (203,106,69). Sum of RGB (Red+Green+Blue) = 203+106+69=378 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.70% from 378); Green value is 106 (41.80% from 255 or 28.04% from 378); Blue value is 69 (27.34% from 255 or 18.25% from 378); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6A45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6A45 is #3495BA. Grayscale: #838383. Windows color (decimal): -3446203 or 4549323. OLE color: 4549323.
HSL color Cylindrical-coordinate representation of color #CB6A45: hue angle of 16.57º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CB6A45 is Cyan = 0, Magento = 0.48, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 106 | 69 | - |
| CMYK | 0 | 0.48 | 0.66 | 0.20 |
| HSL | 16.57º | 0.56% | 0.53% | - |
| HSV(B) | 16.57º | 0.66% | 0.8% | - |
| XYZ | 30.86 | 23.43 | 8.53 | - |
| YUV | 130.79 | 93.14 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 106 | 69 | 0 | 0.48 | 0.66 | 0.20 | 16.57 | 0.56 | 0.53 |
| Hex | CB | 6A | 45 | 0 | 30 | 42 | 14 | 11 | 38 | 35 |
| Octal | 313 | 152 | 105 | 0 | 60 | 102 | 24 | 21 | 70 | 65 |
| Binary | 11001011 | 1101010 | 1000101 | 0 | 110000 | 1000010 | 10100 | 10001 | 111000 | 110101 |
Color Harmonies of #CB6A45
Complementary color
Monochromatic Colors of #CB6A45
Black with #CB6A45
Text Example
Text Example
White with #CB6A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6A45; }
p { color: rgb(203,106,69); }
H1.HeaderClassName
{
color: #CB6A45;
}
.AnyTagClassName
{
color: #CB6A45;
}
</style>
background-color css
<style>
a { background-color: #CB6A45; }
a { background-color: rgb(203,106,69); }
div.DivClassName
{
background-color: #CB6A45;
}
.BgClassName
{
background-color: #CB6A45;
}
</style>
border-color css
<style>
span { border-color: #CB6A45; }
span { border-color: rgb(203,106,69); }
td.TdClassName
{
border-color: #CB6A45;
}
.TagClassName
{
border-color: #CB6A45;
}
</style>