Shades of Red Damask #CB734A
Tints of Red Damask #CB734A
RGB
CMYK
RGB Variations
Color information
#CB734A (or 0xCB734A) is known color: Red Damask. HEX triplet: CB, 73 and 4A. RGB value is (203,115,74). Sum of RGB (Red+Green+Blue) = 203+115+74=392 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.79% from 392); Green value is 115 (45.31% from 255 or 29.34% from 392); Blue value is 74 (29.30% from 255 or 18.88% from 392); Max value from RGB is 203 - color contains mainly: red. Hex color #CB734A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB734A is #348CB5. Grayscale: #888888. Windows color (decimal): -3443894 or 4879307. OLE color: 4879307.
HSL color Cylindrical-coordinate representation of color #CB734A: hue angle of 19.07º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CB734A is Cyan = 0, Magento = 0.43, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 115 | 74 | - |
| CMYK | 0 | 0.43 | 0.64 | 0.20 |
| HSL | 19.07º | 0.55% | 0.54% | - |
| HSV(B) | 19.07º | 0.64% | 0.8% | - |
| XYZ | 32 | 25.45 | 9.71 | - |
| YUV | 136.64 | 92.65 | 175.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 115 | 74 | 0 | 0.43 | 0.64 | 0.20 | 19.07 | 0.55 | 0.54 |
| Hex | CB | 73 | 4A | 0 | 2B | 40 | 14 | 13 | 37 | 36 |
| Octal | 313 | 163 | 112 | 0 | 53 | 100 | 24 | 23 | 67 | 66 |
| Binary | 11001011 | 1110011 | 1001010 | 0 | 101011 | 1000000 | 10100 | 10011 | 110111 | 110110 |
Color Harmonies of #CB734A
Complementary color
Monochromatic Colors of #CB734A
Black with #CB734A
Text Example
Text Example
White with #CB734A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB734A; }
p { color: rgb(203,115,74); }
H1.HeaderClassName
{
color: #CB734A;
}
.AnyTagClassName
{
color: #CB734A;
}
</style>
background-color css
<style>
a { background-color: #CB734A; }
a { background-color: rgb(203,115,74); }
div.DivClassName
{
background-color: #CB734A;
}
.BgClassName
{
background-color: #CB734A;
}
</style>
border-color css
<style>
span { border-color: #CB734A; }
span { border-color: rgb(203,115,74); }
td.TdClassName
{
border-color: #CB734A;
}
.TagClassName
{
border-color: #CB734A;
}
</style>