Shades of Red Damask #CB784C
Tints of Red Damask #CB784C
RGB
CMYK
RGB Variations
Color information
#CB784C (or 0xCB784C) is known color: Red Damask. HEX triplet: CB, 78 and 4C. RGB value is (203,120,76). Sum of RGB (Red+Green+Blue) = 203+120+76=399 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.88% from 399); Green value is 120 (47.27% from 255 or 30.08% from 399); Blue value is 76 (30.08% from 255 or 19.05% from 399); Max value from RGB is 203 - color contains mainly: red. Hex color #CB784C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB784C is #3487B3. Grayscale: #8C8C8C. Windows color (decimal): -3442612 or 5011659. OLE color: 5011659.
HSL color Cylindrical-coordinate representation of color #CB784C: hue angle of 20.79º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CB784C is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 120 | 76 | - |
| CMYK | 0 | 0.41 | 0.63 | 0.20 |
| HSL | 20.79º | 0.55% | 0.55% | - |
| HSV(B) | 20.79º | 0.63% | 0.8% | - |
| XYZ | 32.65 | 26.65 | 10.26 | - |
| YUV | 139.8 | 92 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 120 | 76 | 0 | 0.41 | 0.63 | 0.20 | 20.79 | 0.55 | 0.55 |
| Hex | CB | 78 | 4C | 0 | 29 | 3F | 14 | 15 | 37 | 37 |
| Octal | 313 | 170 | 114 | 0 | 51 | 77 | 24 | 25 | 67 | 67 |
| Binary | 11001011 | 1111000 | 1001100 | 0 | 101001 | 111111 | 10100 | 10101 | 110111 | 110111 |
Color Harmonies of #CB784C
Complementary color
Monochromatic Colors of #CB784C
Black with #CB784C
Text Example
Text Example
White with #CB784C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB784C; }
p { color: rgb(203,120,76); }
H1.HeaderClassName
{
color: #CB784C;
}
.AnyTagClassName
{
color: #CB784C;
}
</style>
background-color css
<style>
a { background-color: #CB784C; }
a { background-color: rgb(203,120,76); }
div.DivClassName
{
background-color: #CB784C;
}
.BgClassName
{
background-color: #CB784C;
}
</style>
border-color css
<style>
span { border-color: #CB784C; }
span { border-color: rgb(203,120,76); }
td.TdClassName
{
border-color: #CB784C;
}
.TagClassName
{
border-color: #CB784C;
}
</style>