Shades of Red Damask #CB774C
Tints of Red Damask #CB774C
RGB
CMYK
RGB Variations
Color information
#CB774C (or 0xCB774C) is known color: Red Damask. HEX triplet: CB, 77 and 4C. RGB value is (203,119,76). Sum of RGB (Red+Green+Blue) = 203+119+76=398 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.01% from 398); Green value is 119 (46.88% from 255 or 29.90% from 398); Blue value is 76 (30.08% from 255 or 19.10% from 398); Max value from RGB is 203 - color contains mainly: red. Hex color #CB774C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB774C is #3488B3. Grayscale: #8B8B8B. Windows color (decimal): -3442868 or 5011403. OLE color: 5011403.
HSL color Cylindrical-coordinate representation of color #CB774C: hue angle of 20.31º 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 #CB774C is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 119 | 76 | - |
| CMYK | 0 | 0.41 | 0.63 | 0.20 |
| HSL | 20.31º | 0.55% | 0.55% | - |
| HSV(B) | 20.31º | 0.63% | 0.8% | - |
| XYZ | 32.53 | 26.41 | 10.22 | - |
| YUV | 139.21 | 92.33 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 119 | 76 | 0 | 0.41 | 0.63 | 0.20 | 20.31 | 0.55 | 0.55 |
| Hex | CB | 77 | 4C | 0 | 29 | 3F | 14 | 14 | 37 | 37 |
| Octal | 313 | 167 | 114 | 0 | 51 | 77 | 24 | 24 | 67 | 67 |
| Binary | 11001011 | 1110111 | 1001100 | 0 | 101001 | 111111 | 10100 | 10100 | 110111 | 110111 |
Color Harmonies of #CB774C
Complementary color
Monochromatic Colors of #CB774C
Black with #CB774C
Text Example
Text Example
White with #CB774C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB774C; }
p { color: rgb(203,119,76); }
H1.HeaderClassName
{
color: #CB774C;
}
.AnyTagClassName
{
color: #CB774C;
}
</style>
background-color css
<style>
a { background-color: #CB774C; }
a { background-color: rgb(203,119,76); }
div.DivClassName
{
background-color: #CB774C;
}
.BgClassName
{
background-color: #CB774C;
}
</style>
border-color css
<style>
span { border-color: #CB774C; }
span { border-color: rgb(203,119,76); }
td.TdClassName
{
border-color: #CB774C;
}
.TagClassName
{
border-color: #CB774C;
}
</style>