Shades of Red Damask #CB764D
Tints of Red Damask #CB764D
RGB
CMYK
RGB Variations
Color information
#CB764D (or 0xCB764D) is known color: Red Damask. HEX triplet: CB, 76 and 4D. RGB value is (203,118,77). Sum of RGB (Red+Green+Blue) = 203+118+77=398 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.01% from 398); Green value is 118 (46.48% from 255 or 29.65% from 398); Blue value is 77 (30.47% from 255 or 19.35% from 398); Max value from RGB is 203 - color contains mainly: red. Hex color #CB764D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB764D is #3489B2. Grayscale: #8A8A8A. Windows color (decimal): -3443123 or 5076683. OLE color: 5076683.
HSL color Cylindrical-coordinate representation of color #CB764D: hue angle of 19.52º 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 #CB764D is Cyan = 0, Magento = 0.42, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 118 | 77 | - |
| CMYK | 0 | 0.42 | 0.62 | 0.20 |
| HSL | 19.52º | 0.55% | 0.55% | - |
| HSV(B) | 19.52º | 0.62% | 0.8% | - |
| XYZ | 32.45 | 26.19 | 10.37 | - |
| YUV | 138.74 | 93.16 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 118 | 77 | 0 | 0.42 | 0.62 | 0.20 | 19.52 | 0.55 | 0.55 |
| Hex | CB | 76 | 4D | 0 | 2A | 3E | 14 | 14 | 37 | 37 |
| Octal | 313 | 166 | 115 | 0 | 52 | 76 | 24 | 24 | 67 | 67 |
| Binary | 11001011 | 1110110 | 1001101 | 0 | 101010 | 111110 | 10100 | 10100 | 110111 | 110111 |
Color Harmonies of #CB764D
Complementary color
Monochromatic Colors of #CB764D
Black with #CB764D
Text Example
Text Example
White with #CB764D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB764D; }
p { color: rgb(203,118,77); }
H1.HeaderClassName
{
color: #CB764D;
}
.AnyTagClassName
{
color: #CB764D;
}
</style>
background-color css
<style>
a { background-color: #CB764D; }
a { background-color: rgb(203,118,77); }
div.DivClassName
{
background-color: #CB764D;
}
.BgClassName
{
background-color: #CB764D;
}
</style>
border-color css
<style>
span { border-color: #CB764D; }
span { border-color: rgb(203,118,77); }
td.TdClassName
{
border-color: #CB764D;
}
.TagClassName
{
border-color: #CB764D;
}
</style>