Shades of Red Damask #CB7547
Tints of Red Damask #CB7547
RGB
CMYK
RGB Variations
Color information
#CB7547 (or 0xCB7547) is known color: Red Damask. HEX triplet: CB, 75 and 47. RGB value is (203,117,71). Sum of RGB (Red+Green+Blue) = 203+117+71=391 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.92% from 391); Green value is 117 (46.09% from 255 or 29.92% from 391); Blue value is 71 (28.12% from 255 or 18.16% from 391); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7547 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7547 is #348AB8. Grayscale: #898989. Windows color (decimal): -3443385 or 4683211. OLE color: 4683211.
HSL color Cylindrical-coordinate representation of color #CB7547: hue angle of 20.91º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CB7547 is Cyan = 0, Magento = 0.42, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 117 | 71 | - |
| CMYK | 0 | 0.42 | 0.65 | 0.20 |
| HSL | 20.91º | 0.56% | 0.54% | - |
| HSV(B) | 20.91º | 0.65% | 0.8% | - |
| XYZ | 32.13 | 25.87 | 9.26 | - |
| YUV | 137.47 | 90.49 | 174.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 117 | 71 | 0 | 0.42 | 0.65 | 0.20 | 20.91 | 0.56 | 0.54 |
| Hex | CB | 75 | 47 | 0 | 2A | 41 | 14 | 15 | 38 | 36 |
| Octal | 313 | 165 | 107 | 0 | 52 | 101 | 24 | 25 | 70 | 66 |
| Binary | 11001011 | 1110101 | 1000111 | 0 | 101010 | 1000001 | 10100 | 10101 | 111000 | 110110 |
Color Harmonies of #CB7547
Complementary color
Monochromatic Colors of #CB7547
Black with #CB7547
Text Example
Text Example
White with #CB7547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7547; }
p { color: rgb(203,117,71); }
H1.HeaderClassName
{
color: #CB7547;
}
.AnyTagClassName
{
color: #CB7547;
}
</style>
background-color css
<style>
a { background-color: #CB7547; }
a { background-color: rgb(203,117,71); }
div.DivClassName
{
background-color: #CB7547;
}
.BgClassName
{
background-color: #CB7547;
}
</style>
border-color css
<style>
span { border-color: #CB7547; }
span { border-color: rgb(203,117,71); }
td.TdClassName
{
border-color: #CB7547;
}
.TagClassName
{
border-color: #CB7547;
}
</style>