Shades of Cameo #CBA78E
Tints of Cameo #CBA78E
RGB
CMYK
RGB Variations
Color information
#CBA78E (or 0xCBA78E) is known color: Cameo. HEX triplet: CB, A7 and 8E. RGB value is (203,167,142). Sum of RGB (Red+Green+Blue) = 203+167+142=512 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.65% from 512); Green value is 167 (65.62% from 255 or 32.62% from 512); Blue value is 142 (55.86% from 255 or 27.73% from 512); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA78E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA78E is #345871. Grayscale: #AFAFAF. Windows color (decimal): -3430514 or 9349067. OLE color: 9349067.
HSL color Cylindrical-coordinate representation of color #CBA78E: hue angle of 24.59º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CBA78E is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 167 | 142 | - |
| CMYK | 0 | 0.18 | 0.30 | 0.20 |
| HSL | 24.59º | 0.37% | 0.68% | - |
| HSV(B) | 24.59º | 0.3% | 0.8% | - |
| XYZ | 43.33 | 42.29 | 31.47 | - |
| YUV | 174.91 | 109.43 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 167 | 142 | 0 | 0.18 | 0.30 | 0.20 | 24.59 | 0.37 | 0.68 |
| Hex | CB | A7 | 8E | 0 | 12 | 1E | 14 | 19 | 25 | 44 |
| Octal | 313 | 247 | 216 | 0 | 22 | 36 | 24 | 31 | 45 | 104 |
| Binary | 11001011 | 10100111 | 10001110 | 0 | 10010 | 11110 | 10100 | 11001 | 100101 | 1000100 |
Color Harmonies of #CBA78E
Complementary color
Monochromatic Colors of #CBA78E
Black with #CBA78E
Text Example
Text Example
White with #CBA78E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA78E; }
p { color: rgb(203,167,142); }
H1.HeaderClassName
{
color: #CBA78E;
}
.AnyTagClassName
{
color: #CBA78E;
}
</style>
background-color css
<style>
a { background-color: #CBA78E; }
a { background-color: rgb(203,167,142); }
div.DivClassName
{
background-color: #CBA78E;
}
.BgClassName
{
background-color: #CBA78E;
}
</style>
border-color css
<style>
span { border-color: #CBA78E; }
span { border-color: rgb(203,167,142); }
td.TdClassName
{
border-color: #CBA78E;
}
.TagClassName
{
border-color: #CBA78E;
}
</style>