Shades of Red Damask #CB794E
Tints of Red Damask #CB794E
RGB
CMYK
RGB Variations
Color information
#CB794E (or 0xCB794E) is known color: Red Damask. HEX triplet: CB, 79 and 4E. RGB value is (203,121,78). Sum of RGB (Red+Green+Blue) = 203+121+78=402 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.50% from 402); Green value is 121 (47.66% from 255 or 30.10% from 402); Blue value is 78 (30.86% from 255 or 19.40% from 402); Max value from RGB is 203 - color contains mainly: red. Hex color #CB794E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB794E is #3486B1. Grayscale: #8C8C8C. Windows color (decimal): -3442354 or 5142987. OLE color: 5142987.
HSL color Cylindrical-coordinate representation of color #CB794E: hue angle of 20.64º 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 #CB794E is Cyan = 0, Magento = 0.40, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 121 | 78 | - |
| CMYK | 0 | 0.40 | 0.62 | 0.20 |
| HSL | 20.64º | 0.55% | 0.55% | - |
| HSV(B) | 20.64º | 0.62% | 0.8% | - |
| XYZ | 32.84 | 26.92 | 10.67 | - |
| YUV | 140.62 | 92.67 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 121 | 78 | 0 | 0.40 | 0.62 | 0.20 | 20.64 | 0.55 | 0.55 |
| Hex | CB | 79 | 4E | 0 | 28 | 3E | 14 | 15 | 37 | 37 |
| Octal | 313 | 171 | 116 | 0 | 50 | 76 | 24 | 25 | 67 | 67 |
| Binary | 11001011 | 1111001 | 1001110 | 0 | 101000 | 111110 | 10100 | 10101 | 110111 | 110111 |
Color Harmonies of #CB794E
Complementary color
Monochromatic Colors of #CB794E
Black with #CB794E
Text Example
Text Example
White with #CB794E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB794E; }
p { color: rgb(203,121,78); }
H1.HeaderClassName
{
color: #CB794E;
}
.AnyTagClassName
{
color: #CB794E;
}
</style>
background-color css
<style>
a { background-color: #CB794E; }
a { background-color: rgb(203,121,78); }
div.DivClassName
{
background-color: #CB794E;
}
.BgClassName
{
background-color: #CB794E;
}
</style>
border-color css
<style>
span { border-color: #CB794E; }
span { border-color: rgb(203,121,78); }
td.TdClassName
{
border-color: #CB794E;
}
.TagClassName
{
border-color: #CB794E;
}
</style>