Shades of Cameo #CB9E75
Tints of Cameo #CB9E75
RGB
CMYK
RGB Variations
Color information
#CB9E75 (or 0xCB9E75) is known color: Cameo. HEX triplet: CB, 9E and 75. RGB value is (203,158,117). Sum of RGB (Red+Green+Blue) = 203+158+117=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 158 (62.11% from 255 or 33.05% from 478); Blue value is 117 (46.09% from 255 or 24.48% from 478); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9E75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9E75 is #34618A. Grayscale: #A6A6A6. Windows color (decimal): -3432843 or 7708363. OLE color: 7708363.
HSL color Cylindrical-coordinate representation of color #CB9E75: hue angle of 28.6º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CB9E75 is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 158 | 117 | - |
| CMYK | 0 | 0.22 | 0.42 | 0.20 |
| HSL | 28.6º | 0.45% | 0.63% | - |
| HSV(B) | 28.6º | 0.42% | 0.8% | - |
| XYZ | 40.07 | 38.43 | 22.14 | - |
| YUV | 166.78 | 99.91 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 158 | 117 | 0 | 0.22 | 0.42 | 0.20 | 28.6 | 0.45 | 0.63 |
| Hex | CB | 9E | 75 | 0 | 16 | 2A | 14 | 1D | 2D | 3F |
| Octal | 313 | 236 | 165 | 0 | 26 | 52 | 24 | 35 | 55 | 77 |
| Binary | 11001011 | 10011110 | 1110101 | 0 | 10110 | 101010 | 10100 | 11101 | 101101 | 111111 |
Color Harmonies of #CB9E75
Complementary color
Monochromatic Colors of #CB9E75
Black with #CB9E75
Text Example
Text Example
White with #CB9E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9E75; }
p { color: rgb(203,158,117); }
H1.HeaderClassName
{
color: #CB9E75;
}
.AnyTagClassName
{
color: #CB9E75;
}
</style>
background-color css
<style>
a { background-color: #CB9E75; }
a { background-color: rgb(203,158,117); }
div.DivClassName
{
background-color: #CB9E75;
}
.BgClassName
{
background-color: #CB9E75;
}
</style>
border-color css
<style>
span { border-color: #CB9E75; }
span { border-color: rgb(203,158,117); }
td.TdClassName
{
border-color: #CB9E75;
}
.TagClassName
{
border-color: #CB9E75;
}
</style>