Shades of Cameo #CB9C81
Tints of Cameo #CB9C81
RGB
CMYK
RGB Variations
Color information
#CB9C81 (or 0xCB9C81) is known color: Cameo. HEX triplet: CB, 9C and 81. RGB value is (203,156,129). Sum of RGB (Red+Green+Blue) = 203+156+129=488 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.60% from 488); Green value is 156 (61.33% from 255 or 31.97% from 488); Blue value is 129 (50.78% from 255 or 26.43% from 488); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9C81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9C81 is #34637E. Grayscale: #A7A7A7. Windows color (decimal): -3433343 or 8494283. OLE color: 8494283.
HSL color Cylindrical-coordinate representation of color #CB9C81: hue angle of 21.89º 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 #CB9C81 is Cyan = 0, Magento = 0.23, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 156 | 129 | - |
| CMYK | 0 | 0.23 | 0.36 | 0.20 |
| HSL | 21.89º | 0.42% | 0.65% | - |
| HSV(B) | 21.89º | 0.36% | 0.8% | - |
| XYZ | 40.48 | 38.06 | 25.98 | - |
| YUV | 166.98 | 106.57 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 156 | 129 | 0 | 0.23 | 0.36 | 0.20 | 21.89 | 0.42 | 0.65 |
| Hex | CB | 9C | 81 | 0 | 17 | 24 | 14 | 16 | 2A | 41 |
| Octal | 313 | 234 | 201 | 0 | 27 | 44 | 24 | 26 | 52 | 101 |
| Binary | 11001011 | 10011100 | 10000001 | 0 | 10111 | 100100 | 10100 | 10110 | 101010 | 1000001 |
Color Harmonies of #CB9C81
Complementary color
Monochromatic Colors of #CB9C81
Black with #CB9C81
Text Example
Text Example
White with #CB9C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9C81; }
p { color: rgb(203,156,129); }
H1.HeaderClassName
{
color: #CB9C81;
}
.AnyTagClassName
{
color: #CB9C81;
}
</style>
background-color css
<style>
a { background-color: #CB9C81; }
a { background-color: rgb(203,156,129); }
div.DivClassName
{
background-color: #CB9C81;
}
.BgClassName
{
background-color: #CB9C81;
}
</style>
border-color css
<style>
span { border-color: #CB9C81; }
span { border-color: rgb(203,156,129); }
td.TdClassName
{
border-color: #CB9C81;
}
.TagClassName
{
border-color: #CB9C81;
}
</style>