Shades of Cameo #CBA08A
Tints of Cameo #CBA08A
RGB
CMYK
RGB Variations
Color information
#CBA08A (or 0xCBA08A) is known color: Cameo. HEX triplet: CB, A0 and 8A. RGB value is (203,160,138). Sum of RGB (Red+Green+Blue) = 203+160+138=501 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.52% from 501); Green value is 160 (62.89% from 255 or 31.94% from 501); Blue value is 138 (54.30% from 255 or 27.54% from 501); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA08A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA08A is #345F75. Grayscale: #AAAAAA. Windows color (decimal): -3432310 or 9085131. OLE color: 9085131.
HSL color Cylindrical-coordinate representation of color #CBA08A: hue angle of 20.31º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CBA08A is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 160 | 138 | - |
| CMYK | 0 | 0.21 | 0.32 | 0.20 |
| HSL | 20.31º | 0.38% | 0.67% | - |
| HSV(B) | 20.31º | 0.32% | 0.8% | - |
| XYZ | 41.79 | 39.67 | 29.5 | - |
| YUV | 170.35 | 109.75 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 160 | 138 | 0 | 0.21 | 0.32 | 0.20 | 20.31 | 0.38 | 0.67 |
| Hex | CB | A0 | 8A | 0 | 15 | 20 | 14 | 14 | 26 | 43 |
| Octal | 313 | 240 | 212 | 0 | 25 | 40 | 24 | 24 | 46 | 103 |
| Binary | 11001011 | 10100000 | 10001010 | 0 | 10101 | 100000 | 10100 | 10100 | 100110 | 1000011 |
Color Harmonies of #CBA08A
Complementary color
Monochromatic Colors of #CBA08A
Black with #CBA08A
Text Example
Text Example
White with #CBA08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA08A; }
p { color: rgb(203,160,138); }
H1.HeaderClassName
{
color: #CBA08A;
}
.AnyTagClassName
{
color: #CBA08A;
}
</style>
background-color css
<style>
a { background-color: #CBA08A; }
a { background-color: rgb(203,160,138); }
div.DivClassName
{
background-color: #CBA08A;
}
.BgClassName
{
background-color: #CBA08A;
}
</style>
border-color css
<style>
span { border-color: #CBA08A; }
span { border-color: rgb(203,160,138); }
td.TdClassName
{
border-color: #CBA08A;
}
.TagClassName
{
border-color: #CBA08A;
}
</style>