Shades of Red Damask #CB754B
Tints of Red Damask #CB754B
RGB
CMYK
RGB Variations
Color information
#CB754B (or 0xCB754B) is known color: Red Damask. HEX triplet: CB, 75 and 4B. RGB value is (203,117,75). Sum of RGB (Red+Green+Blue) = 203+117+75=395 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.39% from 395); Green value is 117 (46.09% from 255 or 29.62% from 395); Blue value is 75 (29.69% from 255 or 18.99% from 395); Max value from RGB is 203 - color contains mainly: red. Hex color #CB754B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB754B is #348AB4. Grayscale: #8A8A8A. Windows color (decimal): -3443381 or 4945355. OLE color: 4945355.
HSL color Cylindrical-coordinate representation of color #CB754B: hue angle of 19.69º 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 #CB754B is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 117 | 75 | - |
| CMYK | 0 | 0.42 | 0.63 | 0.20 |
| HSL | 19.69º | 0.55% | 0.55% | - |
| HSV(B) | 19.69º | 0.63% | 0.8% | - |
| XYZ | 32.26 | 25.93 | 9.96 | - |
| YUV | 137.93 | 92.49 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 117 | 75 | 0 | 0.42 | 0.63 | 0.20 | 19.69 | 0.55 | 0.55 |
| Hex | CB | 75 | 4B | 0 | 2A | 3F | 14 | 14 | 37 | 37 |
| Octal | 313 | 165 | 113 | 0 | 52 | 77 | 24 | 24 | 67 | 67 |
| Binary | 11001011 | 1110101 | 1001011 | 0 | 101010 | 111111 | 10100 | 10100 | 110111 | 110111 |
Color Harmonies of #CB754B
Complementary color
Monochromatic Colors of #CB754B
Black with #CB754B
Text Example
Text Example
White with #CB754B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB754B; }
p { color: rgb(203,117,75); }
H1.HeaderClassName
{
color: #CB754B;
}
.AnyTagClassName
{
color: #CB754B;
}
</style>
background-color css
<style>
a { background-color: #CB754B; }
a { background-color: rgb(203,117,75); }
div.DivClassName
{
background-color: #CB754B;
}
.BgClassName
{
background-color: #CB754B;
}
</style>
border-color css
<style>
span { border-color: #CB754B; }
span { border-color: rgb(203,117,75); }
td.TdClassName
{
border-color: #CB754B;
}
.TagClassName
{
border-color: #CB754B;
}
</style>