Shades of Red Damask #CB774A
Tints of Red Damask #CB774A
RGB
CMYK
RGB Variations
Color information
#CB774A (or 0xCB774A) is known color: Red Damask. HEX triplet: CB, 77 and 4A. RGB value is (203,119,74). Sum of RGB (Red+Green+Blue) = 203+119+74=396 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.26% from 396); Green value is 119 (46.88% from 255 or 30.05% from 396); Blue value is 74 (29.30% from 255 or 18.69% from 396); Max value from RGB is 203 - color contains mainly: red. Hex color #CB774A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB774A is #3488B5. Grayscale: #8B8B8B. Windows color (decimal): -3442870 or 4880331. OLE color: 4880331.
HSL color Cylindrical-coordinate representation of color #CB774A: hue angle of 20.93º 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 #CB774A is Cyan = 0, Magento = 0.41, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 119 | 74 | - |
| CMYK | 0 | 0.41 | 0.64 | 0.20 |
| HSL | 20.93º | 0.55% | 0.54% | - |
| HSV(B) | 20.93º | 0.64% | 0.8% | - |
| XYZ | 32.46 | 26.38 | 9.86 | - |
| YUV | 138.99 | 91.33 | 173.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 119 | 74 | 0 | 0.41 | 0.64 | 0.20 | 20.93 | 0.55 | 0.54 |
| Hex | CB | 77 | 4A | 0 | 29 | 40 | 14 | 15 | 37 | 36 |
| Octal | 313 | 167 | 112 | 0 | 51 | 100 | 24 | 25 | 67 | 66 |
| Binary | 11001011 | 1110111 | 1001010 | 0 | 101001 | 1000000 | 10100 | 10101 | 110111 | 110110 |
Color Harmonies of #CB774A
Complementary color
Monochromatic Colors of #CB774A
Black with #CB774A
Text Example
Text Example
White with #CB774A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB774A; }
p { color: rgb(203,119,74); }
H1.HeaderClassName
{
color: #CB774A;
}
.AnyTagClassName
{
color: #CB774A;
}
</style>
background-color css
<style>
a { background-color: #CB774A; }
a { background-color: rgb(203,119,74); }
div.DivClassName
{
background-color: #CB774A;
}
.BgClassName
{
background-color: #CB774A;
}
</style>
border-color css
<style>
span { border-color: #CB774A; }
span { border-color: rgb(203,119,74); }
td.TdClassName
{
border-color: #CB774A;
}
.TagClassName
{
border-color: #CB774A;
}
</style>