Shades of Cameo #CBA18C
Tints of Cameo #CBA18C
RGB
CMYK
RGB Variations
Color information
#CBA18C (or 0xCBA18C) is known color: Cameo. HEX triplet: CB, A1 and 8C. RGB value is (203,161,140). Sum of RGB (Red+Green+Blue) = 203+161+140=504 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.28% from 504); Green value is 161 (63.28% from 255 or 31.94% from 504); Blue value is 140 (55.08% from 255 or 27.78% from 504); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA18C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA18C is #345E73. Grayscale: #ABABAB. Windows color (decimal): -3432052 or 9216459. OLE color: 9216459.
HSL color Cylindrical-coordinate representation of color #CBA18C: hue angle of 20º 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 #CBA18C is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 161 | 140 | - |
| CMYK | 0 | 0.21 | 0.31 | 0.20 |
| HSL | 20º | 0.38% | 0.67% | - |
| HSV(B) | 20º | 0.31% | 0.8% | - |
| XYZ | 42.11 | 40.08 | 30.33 | - |
| YUV | 171.16 | 110.41 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 161 | 140 | 0 | 0.21 | 0.31 | 0.20 | 20 | 0.38 | 0.67 |
| Hex | CB | A1 | 8C | 0 | 15 | 1F | 14 | 14 | 26 | 43 |
| Octal | 313 | 241 | 214 | 0 | 25 | 37 | 24 | 24 | 46 | 103 |
| Binary | 11001011 | 10100001 | 10001100 | 0 | 10101 | 11111 | 10100 | 10100 | 100110 | 1000011 |
Color Harmonies of #CBA18C
Complementary color
Monochromatic Colors of #CBA18C
Black with #CBA18C
Text Example
Text Example
White with #CBA18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA18C; }
p { color: rgb(203,161,140); }
H1.HeaderClassName
{
color: #CBA18C;
}
.AnyTagClassName
{
color: #CBA18C;
}
</style>
background-color css
<style>
a { background-color: #CBA18C; }
a { background-color: rgb(203,161,140); }
div.DivClassName
{
background-color: #CBA18C;
}
.BgClassName
{
background-color: #CBA18C;
}
</style>
border-color css
<style>
span { border-color: #CBA18C; }
span { border-color: rgb(203,161,140); }
td.TdClassName
{
border-color: #CBA18C;
}
.TagClassName
{
border-color: #CBA18C;
}
</style>