Shades of Cameo #CBAB8A
Tints of Cameo #CBAB8A
RGB
CMYK
RGB Variations
Color information
#CBAB8A (or 0xCBAB8A) is known color: Cameo. HEX triplet: CB, AB and 8A. RGB value is (203,171,138). Sum of RGB (Red+Green+Blue) = 203+171+138=512 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.65% from 512); Green value is 171 (67.19% from 255 or 33.40% from 512); Blue value is 138 (54.30% from 255 or 26.95% from 512); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAB8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAB8A is #345475. Grayscale: #B0B0B0. Windows color (decimal): -3429494 or 9087947. OLE color: 9087947.
HSL color Cylindrical-coordinate representation of color #CBAB8A: hue angle of 30.46º 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 #CBAB8A is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 171 | 138 | - |
| CMYK | 0 | 0.16 | 0.32 | 0.20 |
| HSL | 30.46º | 0.38% | 0.67% | - |
| HSV(B) | 30.46º | 0.32% | 0.8% | - |
| XYZ | 43.78 | 43.66 | 30.16 | - |
| YUV | 176.81 | 106.1 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 171 | 138 | 0 | 0.16 | 0.32 | 0.20 | 30.46 | 0.38 | 0.67 |
| Hex | CB | AB | 8A | 0 | 10 | 20 | 14 | 1E | 26 | 43 |
| Octal | 313 | 253 | 212 | 0 | 20 | 40 | 24 | 36 | 46 | 103 |
| Binary | 11001011 | 10101011 | 10001010 | 0 | 10000 | 100000 | 10100 | 11110 | 100110 | 1000011 |
Color Harmonies of #CBAB8A
Complementary color
Monochromatic Colors of #CBAB8A
Black with #CBAB8A
Text Example
Text Example
White with #CBAB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAB8A; }
p { color: rgb(203,171,138); }
H1.HeaderClassName
{
color: #CBAB8A;
}
.AnyTagClassName
{
color: #CBAB8A;
}
</style>
background-color css
<style>
a { background-color: #CBAB8A; }
a { background-color: rgb(203,171,138); }
div.DivClassName
{
background-color: #CBAB8A;
}
.BgClassName
{
background-color: #CBAB8A;
}
</style>
border-color css
<style>
span { border-color: #CBAB8A; }
span { border-color: rgb(203,171,138); }
td.TdClassName
{
border-color: #CBAB8A;
}
.TagClassName
{
border-color: #CBAB8A;
}
</style>