Shades of Cameo #CBA690
Tints of Cameo #CBA690
RGB
CMYK
RGB Variations
Color information
#CBA690 (or 0xCBA690) is known color: Cameo. HEX triplet: CB, A6 and 90. RGB value is (203,166,144). Sum of RGB (Red+Green+Blue) = 203+166+144=513 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.57% from 513); Green value is 166 (65.23% from 255 or 32.36% from 513); Blue value is 144 (56.64% from 255 or 28.07% from 513); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA690 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA690 is #34596F. Grayscale: #AEAEAE. Windows color (decimal): -3430768 or 9479883. OLE color: 9479883.
HSL color Cylindrical-coordinate representation of color #CBA690: hue angle of 22.37º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CBA690 is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 166 | 144 | - |
| CMYK | 0 | 0.18 | 0.29 | 0.20 |
| HSL | 22.37º | 0.36% | 0.68% | - |
| HSV(B) | 22.37º | 0.29% | 0.8% | - |
| XYZ | 43.3 | 41.98 | 32.21 | - |
| YUV | 174.56 | 110.76 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 166 | 144 | 0 | 0.18 | 0.29 | 0.20 | 22.37 | 0.36 | 0.68 |
| Hex | CB | A6 | 90 | 0 | 12 | 1D | 14 | 16 | 24 | 44 |
| Octal | 313 | 246 | 220 | 0 | 22 | 35 | 24 | 26 | 44 | 104 |
| Binary | 11001011 | 10100110 | 10010000 | 0 | 10010 | 11101 | 10100 | 10110 | 100100 | 1000100 |
Color Harmonies of #CBA690
Complementary color
Monochromatic Colors of #CBA690
Black with #CBA690
Text Example
Text Example
White with #CBA690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA690; }
p { color: rgb(203,166,144); }
H1.HeaderClassName
{
color: #CBA690;
}
.AnyTagClassName
{
color: #CBA690;
}
</style>
background-color css
<style>
a { background-color: #CBA690; }
a { background-color: rgb(203,166,144); }
div.DivClassName
{
background-color: #CBA690;
}
.BgClassName
{
background-color: #CBA690;
}
</style>
border-color css
<style>
span { border-color: #CBA690; }
span { border-color: rgb(203,166,144); }
td.TdClassName
{
border-color: #CBA690;
}
.TagClassName
{
border-color: #CBA690;
}
</style>