Shades of Red Damask #CB7343
Tints of Red Damask #CB7343
RGB
CMYK
RGB Variations
Color information
#CB7343 (or 0xCB7343) is known color: Red Damask. HEX triplet: CB, 73 and 43. RGB value is (203,115,67). Sum of RGB (Red+Green+Blue) = 203+115+67=385 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.73% from 385); Green value is 115 (45.31% from 255 or 29.87% from 385); Blue value is 67 (26.56% from 255 or 17.40% from 385); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7343 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7343 is #348CBC. Grayscale: #888888. Windows color (decimal): -3443901 or 4420555. OLE color: 4420555.
HSL color Cylindrical-coordinate representation of color #CB7343: hue angle of 21.18º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB7343 is Cyan = 0, Magento = 0.43, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 115 | 67 | - |
| CMYK | 0 | 0.43 | 0.67 | 0.20 |
| HSL | 21.18º | 0.57% | 0.53% | - |
| HSV(B) | 21.18º | 0.67% | 0.8% | - |
| XYZ | 31.77 | 25.36 | 8.53 | - |
| YUV | 135.84 | 89.15 | 175.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 115 | 67 | 0 | 0.43 | 0.67 | 0.20 | 21.18 | 0.57 | 0.53 |
| Hex | CB | 73 | 43 | 0 | 2B | 43 | 14 | 15 | 39 | 35 |
| Octal | 313 | 163 | 103 | 0 | 53 | 103 | 24 | 25 | 71 | 65 |
| Binary | 11001011 | 1110011 | 1000011 | 0 | 101011 | 1000011 | 10100 | 10101 | 111001 | 110101 |
Color Harmonies of #CB7343
Complementary color
Monochromatic Colors of #CB7343
Black with #CB7343
Text Example
Text Example
White with #CB7343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7343; }
p { color: rgb(203,115,67); }
H1.HeaderClassName
{
color: #CB7343;
}
.AnyTagClassName
{
color: #CB7343;
}
</style>
background-color css
<style>
a { background-color: #CB7343; }
a { background-color: rgb(203,115,67); }
div.DivClassName
{
background-color: #CB7343;
}
.BgClassName
{
background-color: #CB7343;
}
</style>
border-color css
<style>
span { border-color: #CB7343; }
span { border-color: rgb(203,115,67); }
td.TdClassName
{
border-color: #CB7343;
}
.TagClassName
{
border-color: #CB7343;
}
</style>