Shades of Cameo #CB9F81
Tints of Cameo #CB9F81
RGB
CMYK
RGB Variations
Color information
#CB9F81 (or 0xCB9F81) is known color: Cameo. HEX triplet: CB, 9F and 81. RGB value is (203,159,129). Sum of RGB (Red+Green+Blue) = 203+159+129=491 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.34% from 491); Green value is 159 (62.5% from 255 or 32.38% from 491); Blue value is 129 (50.78% from 255 or 26.27% from 491); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9F81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9F81 is #34607E. Grayscale: #A8A8A8. Windows color (decimal): -3432575 or 8495051. OLE color: 8495051.
HSL color Cylindrical-coordinate representation of color #CB9F81: hue angle of 24.32º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CB9F81 is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 159 | 129 | - |
| CMYK | 0 | 0.22 | 0.36 | 0.20 |
| HSL | 24.32º | 0.42% | 0.65% | - |
| HSV(B) | 24.32º | 0.36% | 0.8% | - |
| XYZ | 40.99 | 39.08 | 26.15 | - |
| YUV | 168.74 | 105.58 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 159 | 129 | 0 | 0.22 | 0.36 | 0.20 | 24.32 | 0.42 | 0.65 |
| Hex | CB | 9F | 81 | 0 | 16 | 24 | 14 | 18 | 2A | 41 |
| Octal | 313 | 237 | 201 | 0 | 26 | 44 | 24 | 30 | 52 | 101 |
| Binary | 11001011 | 10011111 | 10000001 | 0 | 10110 | 100100 | 10100 | 11000 | 101010 | 1000001 |
Color Harmonies of #CB9F81
Complementary color
Monochromatic Colors of #CB9F81
Black with #CB9F81
Text Example
Text Example
White with #CB9F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9F81; }
p { color: rgb(203,159,129); }
H1.HeaderClassName
{
color: #CB9F81;
}
.AnyTagClassName
{
color: #CB9F81;
}
</style>
background-color css
<style>
a { background-color: #CB9F81; }
a { background-color: rgb(203,159,129); }
div.DivClassName
{
background-color: #CB9F81;
}
.BgClassName
{
background-color: #CB9F81;
}
</style>
border-color css
<style>
span { border-color: #CB9F81; }
span { border-color: rgb(203,159,129); }
td.TdClassName
{
border-color: #CB9F81;
}
.TagClassName
{
border-color: #CB9F81;
}
</style>