Shades of Cameo #CBAA7C
Tints of Cameo #CBAA7C
RGB
CMYK
RGB Variations
Color information
#CBAA7C (or 0xCBAA7C) is known color: Cameo. HEX triplet: CB, AA and 7C. RGB value is (203,170,124). Sum of RGB (Red+Green+Blue) = 203+170+124=497 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.85% from 497); Green value is 170 (66.80% from 255 or 34.21% from 497); Blue value is 124 (48.83% from 255 or 24.95% from 497); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAA7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAA7C is #345583. Grayscale: #AEAEAE. Windows color (decimal): -3429764 or 8170187. OLE color: 8170187.
HSL color Cylindrical-coordinate representation of color #CBAA7C: hue angle of 34.94º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CBAA7C is Cyan = 0, Magento = 0.16, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 170 | 124 | - |
| CMYK | 0 | 0.16 | 0.39 | 0.20 |
| HSL | 34.94º | 0.43% | 0.64% | - |
| HSV(B) | 34.94º | 0.39% | 0.8% | - |
| XYZ | 42.64 | 42.9 | 25.1 | - |
| YUV | 174.62 | 99.43 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 170 | 124 | 0 | 0.16 | 0.39 | 0.20 | 34.94 | 0.43 | 0.64 |
| Hex | CB | AA | 7C | 0 | 10 | 27 | 14 | 23 | 2B | 40 |
| Octal | 313 | 252 | 174 | 0 | 20 | 47 | 24 | 43 | 53 | 100 |
| Binary | 11001011 | 10101010 | 1111100 | 0 | 10000 | 100111 | 10100 | 100011 | 101011 | 1000000 |
Color Harmonies of #CBAA7C
Complementary color
Monochromatic Colors of #CBAA7C
Black with #CBAA7C
Text Example
Text Example
White with #CBAA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAA7C; }
p { color: rgb(203,170,124); }
H1.HeaderClassName
{
color: #CBAA7C;
}
.AnyTagClassName
{
color: #CBAA7C;
}
</style>
background-color css
<style>
a { background-color: #CBAA7C; }
a { background-color: rgb(203,170,124); }
div.DivClassName
{
background-color: #CBAA7C;
}
.BgClassName
{
background-color: #CBAA7C;
}
</style>
border-color css
<style>
span { border-color: #CBAA7C; }
span { border-color: rgb(203,170,124); }
td.TdClassName
{
border-color: #CBAA7C;
}
.TagClassName
{
border-color: #CBAA7C;
}
</style>