Shades of Red Damask #CB734E
Tints of Red Damask #CB734E
RGB
CMYK
RGB Variations
Color information
#CB734E (or 0xCB734E) is known color: Red Damask. HEX triplet: CB, 73 and 4E. RGB value is (203,115,78). Sum of RGB (Red+Green+Blue) = 203+115+78=396 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.26% from 396); Green value is 115 (45.31% from 255 or 29.04% from 396); Blue value is 78 (30.86% from 255 or 19.70% from 396); Max value from RGB is 203 - color contains mainly: red. Hex color #CB734E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB734E is #348CB1. Grayscale: #898989. Windows color (decimal): -3443890 or 5141451. OLE color: 5141451.
HSL color Cylindrical-coordinate representation of color #CB734E: hue angle of 17.76º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CB734E is Cyan = 0, Magento = 0.43, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 115 | 78 | - |
| CMYK | 0 | 0.43 | 0.62 | 0.20 |
| HSL | 17.76º | 0.55% | 0.55% | - |
| HSV(B) | 17.76º | 0.62% | 0.8% | - |
| XYZ | 32.13 | 25.51 | 10.44 | - |
| YUV | 137.09 | 94.65 | 175.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 115 | 78 | 0 | 0.43 | 0.62 | 0.20 | 17.76 | 0.55 | 0.55 |
| Hex | CB | 73 | 4E | 0 | 2B | 3E | 14 | 12 | 37 | 37 |
| Octal | 313 | 163 | 116 | 0 | 53 | 76 | 24 | 22 | 67 | 67 |
| Binary | 11001011 | 1110011 | 1001110 | 0 | 101011 | 111110 | 10100 | 10010 | 110111 | 110111 |
Color Harmonies of #CB734E
Complementary color
Monochromatic Colors of #CB734E
Black with #CB734E
Text Example
Text Example
White with #CB734E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB734E; }
p { color: rgb(203,115,78); }
H1.HeaderClassName
{
color: #CB734E;
}
.AnyTagClassName
{
color: #CB734E;
}
</style>
background-color css
<style>
a { background-color: #CB734E; }
a { background-color: rgb(203,115,78); }
div.DivClassName
{
background-color: #CB734E;
}
.BgClassName
{
background-color: #CB734E;
}
</style>
border-color css
<style>
span { border-color: #CB734E; }
span { border-color: rgb(203,115,78); }
td.TdClassName
{
border-color: #CB734E;
}
.TagClassName
{
border-color: #CB734E;
}
</style>