Shades of Red Damask #CB7143
Tints of Red Damask #CB7143
RGB
CMYK
RGB Variations
Color information
#CB7143 (or 0xCB7143) is known color: Red Damask. HEX triplet: CB, 71 and 43. RGB value is (203,113,67). Sum of RGB (Red+Green+Blue) = 203+113+67=383 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.00% from 383); Green value is 113 (44.53% from 255 or 29.50% from 383); Blue value is 67 (26.56% from 255 or 17.49% from 383); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7143 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7143 is #348EBC. Grayscale: #868686. Windows color (decimal): -3444413 or 4420043. OLE color: 4420043.
HSL color Cylindrical-coordinate representation of color #CB7143: hue angle of 20.29º 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 #CB7143 is Cyan = 0, Magento = 0.44, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 113 | 67 | - |
| CMYK | 0 | 0.44 | 0.67 | 0.20 |
| HSL | 20.29º | 0.57% | 0.53% | - |
| HSV(B) | 20.29º | 0.67% | 0.8% | - |
| XYZ | 31.55 | 24.91 | 8.46 | - |
| YUV | 134.67 | 89.82 | 176.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 113 | 67 | 0 | 0.44 | 0.67 | 0.20 | 20.29 | 0.57 | 0.53 |
| Hex | CB | 71 | 43 | 0 | 2C | 43 | 14 | 14 | 39 | 35 |
| Octal | 313 | 161 | 103 | 0 | 54 | 103 | 24 | 24 | 71 | 65 |
| Binary | 11001011 | 1110001 | 1000011 | 0 | 101100 | 1000011 | 10100 | 10100 | 111001 | 110101 |
Color Harmonies of #CB7143
Complementary color
Monochromatic Colors of #CB7143
Black with #CB7143
Text Example
Text Example
White with #CB7143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7143; }
p { color: rgb(203,113,67); }
H1.HeaderClassName
{
color: #CB7143;
}
.AnyTagClassName
{
color: #CB7143;
}
</style>
background-color css
<style>
a { background-color: #CB7143; }
a { background-color: rgb(203,113,67); }
div.DivClassName
{
background-color: #CB7143;
}
.BgClassName
{
background-color: #CB7143;
}
</style>
border-color css
<style>
span { border-color: #CB7143; }
span { border-color: rgb(203,113,67); }
td.TdClassName
{
border-color: #CB7143;
}
.TagClassName
{
border-color: #CB7143;
}
</style>