Shades of Cameo #CBA07B
Tints of Cameo #CBA07B
RGB
CMYK
RGB Variations
Color information
#CBA07B (or 0xCBA07B) is known color: Cameo. HEX triplet: CB, A0 and 7B. RGB value is (203,160,123). Sum of RGB (Red+Green+Blue) = 203+160+123=486 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.77% from 486); Green value is 160 (62.89% from 255 or 32.92% from 486); Blue value is 123 (48.44% from 255 or 25.31% from 486); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA07B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA07B is #345F84. Grayscale: #A8A8A8. Windows color (decimal): -3432325 or 8102091. OLE color: 8102091.
HSL color Cylindrical-coordinate representation of color #CBA07B: hue angle of 27.75º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CBA07B is Cyan = 0, Magento = 0.21, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 160 | 123 | - |
| CMYK | 0 | 0.21 | 0.39 | 0.20 |
| HSL | 27.75º | 0.43% | 0.64% | - |
| HSV(B) | 27.75º | 0.39% | 0.8% | - |
| XYZ | 40.77 | 39.27 | 24.17 | - |
| YUV | 168.64 | 102.25 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 160 | 123 | 0 | 0.21 | 0.39 | 0.20 | 27.75 | 0.43 | 0.64 |
| Hex | CB | A0 | 7B | 0 | 15 | 27 | 14 | 1C | 2B | 40 |
| Octal | 313 | 240 | 173 | 0 | 25 | 47 | 24 | 34 | 53 | 100 |
| Binary | 11001011 | 10100000 | 1111011 | 0 | 10101 | 100111 | 10100 | 11100 | 101011 | 1000000 |
Color Harmonies of #CBA07B
Complementary color
Monochromatic Colors of #CBA07B
Black with #CBA07B
Text Example
Text Example
White with #CBA07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA07B; }
p { color: rgb(203,160,123); }
H1.HeaderClassName
{
color: #CBA07B;
}
.AnyTagClassName
{
color: #CBA07B;
}
</style>
background-color css
<style>
a { background-color: #CBA07B; }
a { background-color: rgb(203,160,123); }
div.DivClassName
{
background-color: #CBA07B;
}
.BgClassName
{
background-color: #CBA07B;
}
</style>
border-color css
<style>
span { border-color: #CBA07B; }
span { border-color: rgb(203,160,123); }
td.TdClassName
{
border-color: #CBA07B;
}
.TagClassName
{
border-color: #CBA07B;
}
</style>