Shades of Cameo #CBAA8C
Tints of Cameo #CBAA8C
RGB
CMYK
RGB Variations
Color information
#CBAA8C (or 0xCBAA8C) is known color: Cameo. HEX triplet: CB, AA and 8C. RGB value is (203,170,140). Sum of RGB (Red+Green+Blue) = 203+170+140=513 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.57% from 513); Green value is 170 (66.80% from 255 or 33.14% from 513); Blue value is 140 (55.08% from 255 or 27.29% from 513); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAA8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAA8C is #345573. Grayscale: #B0B0B0. Windows color (decimal): -3429748 or 9218763. OLE color: 9218763.
HSL color Cylindrical-coordinate representation of color #CBAA8C: hue angle of 28.57º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CBAA8C is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 170 | 140 | - |
| CMYK | 0 | 0.16 | 0.31 | 0.20 |
| HSL | 28.57º | 0.38% | 0.67% | - |
| HSV(B) | 28.57º | 0.31% | 0.8% | - |
| XYZ | 43.74 | 43.34 | 30.87 | - |
| YUV | 176.45 | 107.43 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 170 | 140 | 0 | 0.16 | 0.31 | 0.20 | 28.57 | 0.38 | 0.67 |
| Hex | CB | AA | 8C | 0 | 10 | 1F | 14 | 1D | 26 | 43 |
| Octal | 313 | 252 | 214 | 0 | 20 | 37 | 24 | 35 | 46 | 103 |
| Binary | 11001011 | 10101010 | 10001100 | 0 | 10000 | 11111 | 10100 | 11101 | 100110 | 1000011 |
Color Harmonies of #CBAA8C
Complementary color
Monochromatic Colors of #CBAA8C
Black with #CBAA8C
Text Example
Text Example
White with #CBAA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAA8C; }
p { color: rgb(203,170,140); }
H1.HeaderClassName
{
color: #CBAA8C;
}
.AnyTagClassName
{
color: #CBAA8C;
}
</style>
background-color css
<style>
a { background-color: #CBAA8C; }
a { background-color: rgb(203,170,140); }
div.DivClassName
{
background-color: #CBAA8C;
}
.BgClassName
{
background-color: #CBAA8C;
}
</style>
border-color css
<style>
span { border-color: #CBAA8C; }
span { border-color: rgb(203,170,140); }
td.TdClassName
{
border-color: #CBAA8C;
}
.TagClassName
{
border-color: #CBAA8C;
}
</style>