Shades of Red Damask #CB7245
Tints of Red Damask #CB7245
RGB
CMYK
RGB Variations
Color information
#CB7245 (or 0xCB7245) is known color: Red Damask. HEX triplet: CB, 72 and 45. RGB value is (203,114,69). Sum of RGB (Red+Green+Blue) = 203+114+69=386 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.59% from 386); Green value is 114 (44.92% from 255 or 29.53% from 386); Blue value is 69 (27.34% from 255 or 17.88% from 386); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7245 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7245 is #348DBA. Grayscale: #878787. Windows color (decimal): -3444155 or 4551371. OLE color: 4551371.
HSL color Cylindrical-coordinate representation of color #CB7245: hue angle of 20.15º 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 #CB7245 is Cyan = 0, Magento = 0.44, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 114 | 69 | - |
| CMYK | 0 | 0.44 | 0.66 | 0.20 |
| HSL | 20.15º | 0.56% | 0.53% | - |
| HSV(B) | 20.15º | 0.66% | 0.8% | - |
| XYZ | 31.72 | 25.16 | 8.81 | - |
| YUV | 135.48 | 90.49 | 176.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 114 | 69 | 0 | 0.44 | 0.66 | 0.20 | 20.15 | 0.56 | 0.53 |
| Hex | CB | 72 | 45 | 0 | 2C | 42 | 14 | 14 | 38 | 35 |
| Octal | 313 | 162 | 105 | 0 | 54 | 102 | 24 | 24 | 70 | 65 |
| Binary | 11001011 | 1110010 | 1000101 | 0 | 101100 | 1000010 | 10100 | 10100 | 111000 | 110101 |
Color Harmonies of #CB7245
Complementary color
Monochromatic Colors of #CB7245
Black with #CB7245
Text Example
Text Example
White with #CB7245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7245; }
p { color: rgb(203,114,69); }
H1.HeaderClassName
{
color: #CB7245;
}
.AnyTagClassName
{
color: #CB7245;
}
</style>
background-color css
<style>
a { background-color: #CB7245; }
a { background-color: rgb(203,114,69); }
div.DivClassName
{
background-color: #CB7245;
}
.BgClassName
{
background-color: #CB7245;
}
</style>
border-color css
<style>
span { border-color: #CB7245; }
span { border-color: rgb(203,114,69); }
td.TdClassName
{
border-color: #CB7245;
}
.TagClassName
{
border-color: #CB7245;
}
</style>