Shades of Red Damask #CB754C
Tints of Red Damask #CB754C
RGB
CMYK
RGB Variations
Color information
#CB754C (or 0xCB754C) is known color: Red Damask. HEX triplet: CB, 75 and 4C. RGB value is (203,117,76). Sum of RGB (Red+Green+Blue) = 203+117+76=396 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.26% from 396); Green value is 117 (46.09% from 255 or 29.55% from 396); Blue value is 76 (30.08% from 255 or 19.19% from 396); Max value from RGB is 203 - color contains mainly: red. Hex color #CB754C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB754C is #348AB3. Grayscale: #8A8A8A. Windows color (decimal): -3443380 or 5010891. OLE color: 5010891.
HSL color Cylindrical-coordinate representation of color #CB754C: hue angle of 19.37º 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 #CB754C is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 117 | 76 | - |
| CMYK | 0 | 0.42 | 0.63 | 0.20 |
| HSL | 19.37º | 0.55% | 0.55% | - |
| HSV(B) | 19.37º | 0.63% | 0.8% | - |
| XYZ | 32.29 | 25.94 | 10.14 | - |
| YUV | 138.04 | 92.99 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 117 | 76 | 0 | 0.42 | 0.63 | 0.20 | 19.37 | 0.55 | 0.55 |
| Hex | CB | 75 | 4C | 0 | 2A | 3F | 14 | 13 | 37 | 37 |
| Octal | 313 | 165 | 114 | 0 | 52 | 77 | 24 | 23 | 67 | 67 |
| Binary | 11001011 | 1110101 | 1001100 | 0 | 101010 | 111111 | 10100 | 10011 | 110111 | 110111 |
Color Harmonies of #CB754C
Complementary color
Monochromatic Colors of #CB754C
Black with #CB754C
Text Example
Text Example
White with #CB754C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB754C; }
p { color: rgb(203,117,76); }
H1.HeaderClassName
{
color: #CB754C;
}
.AnyTagClassName
{
color: #CB754C;
}
</style>
background-color css
<style>
a { background-color: #CB754C; }
a { background-color: rgb(203,117,76); }
div.DivClassName
{
background-color: #CB754C;
}
.BgClassName
{
background-color: #CB754C;
}
</style>
border-color css
<style>
span { border-color: #CB754C; }
span { border-color: rgb(203,117,76); }
td.TdClassName
{
border-color: #CB754C;
}
.TagClassName
{
border-color: #CB754C;
}
</style>