Shades of Cameo #CBA789
Tints of Cameo #CBA789
RGB
CMYK
RGB Variations
Color information
#CBA789 (or 0xCBA789) is known color: Cameo. HEX triplet: CB, A7 and 89. RGB value is (203,167,137). Sum of RGB (Red+Green+Blue) = 203+167+137=507 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.04% from 507); Green value is 167 (65.62% from 255 or 32.94% from 507); Blue value is 137 (53.91% from 255 or 27.02% from 507); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA789 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA789 is #345876. Grayscale: #AEAEAE. Windows color (decimal): -3430519 or 9021387. OLE color: 9021387.
HSL color Cylindrical-coordinate representation of color #CBA789: hue angle of 27.27º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CBA789 is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 167 | 137 | - |
| CMYK | 0 | 0.18 | 0.33 | 0.20 |
| HSL | 27.27º | 0.39% | 0.67% | - |
| HSV(B) | 27.27º | 0.33% | 0.8% | - |
| XYZ | 42.96 | 42.14 | 29.54 | - |
| YUV | 174.34 | 106.93 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 167 | 137 | 0 | 0.18 | 0.33 | 0.20 | 27.27 | 0.39 | 0.67 |
| Hex | CB | A7 | 89 | 0 | 12 | 21 | 14 | 1B | 27 | 43 |
| Octal | 313 | 247 | 211 | 0 | 22 | 41 | 24 | 33 | 47 | 103 |
| Binary | 11001011 | 10100111 | 10001001 | 0 | 10010 | 100001 | 10100 | 11011 | 100111 | 1000011 |
Color Harmonies of #CBA789
Complementary color
Monochromatic Colors of #CBA789
Black with #CBA789
Text Example
Text Example
White with #CBA789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA789; }
p { color: rgb(203,167,137); }
H1.HeaderClassName
{
color: #CBA789;
}
.AnyTagClassName
{
color: #CBA789;
}
</style>
background-color css
<style>
a { background-color: #CBA789; }
a { background-color: rgb(203,167,137); }
div.DivClassName
{
background-color: #CBA789;
}
.BgClassName
{
background-color: #CBA789;
}
</style>
border-color css
<style>
span { border-color: #CBA789; }
span { border-color: rgb(203,167,137); }
td.TdClassName
{
border-color: #CBA789;
}
.TagClassName
{
border-color: #CBA789;
}
</style>