Shades of Cameo #CB9A7E
Tints of Cameo #CB9A7E
RGB
CMYK
RGB Variations
Color information
#CB9A7E (or 0xCB9A7E) is known color: Cameo. HEX triplet: CB, 9A and 7E. RGB value is (203,154,126). Sum of RGB (Red+Green+Blue) = 203+154+126=483 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.03% from 483); Green value is 154 (60.55% from 255 or 31.88% from 483); Blue value is 126 (49.61% from 255 or 26.09% from 483); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9A7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9A7E is #346581. Grayscale: #A5A5A5. Windows color (decimal): -3433858 or 8297163. OLE color: 8297163.
HSL color Cylindrical-coordinate representation of color #CB9A7E: hue angle of 21.82º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CB9A7E is Cyan = 0, Magento = 0.24, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 154 | 126 | - |
| CMYK | 0 | 0.24 | 0.38 | 0.20 |
| HSL | 21.82º | 0.43% | 0.65% | - |
| HSV(B) | 21.82º | 0.38% | 0.8% | - |
| XYZ | 39.95 | 37.31 | 24.84 | - |
| YUV | 165.46 | 105.73 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 154 | 126 | 0 | 0.24 | 0.38 | 0.20 | 21.82 | 0.43 | 0.65 |
| Hex | CB | 9A | 7E | 0 | 18 | 26 | 14 | 16 | 2B | 41 |
| Octal | 313 | 232 | 176 | 0 | 30 | 46 | 24 | 26 | 53 | 101 |
| Binary | 11001011 | 10011010 | 1111110 | 0 | 11000 | 100110 | 10100 | 10110 | 101011 | 1000001 |
Color Harmonies of #CB9A7E
Complementary color
Monochromatic Colors of #CB9A7E
Black with #CB9A7E
Text Example
Text Example
White with #CB9A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9A7E; }
p { color: rgb(203,154,126); }
H1.HeaderClassName
{
color: #CB9A7E;
}
.AnyTagClassName
{
color: #CB9A7E;
}
</style>
background-color css
<style>
a { background-color: #CB9A7E; }
a { background-color: rgb(203,154,126); }
div.DivClassName
{
background-color: #CB9A7E;
}
.BgClassName
{
background-color: #CB9A7E;
}
</style>
border-color css
<style>
span { border-color: #CB9A7E; }
span { border-color: rgb(203,154,126); }
td.TdClassName
{
border-color: #CB9A7E;
}
.TagClassName
{
border-color: #CB9A7E;
}
</style>