Shades of Cameo #CBA68A
Tints of Cameo #CBA68A
RGB
CMYK
RGB Variations
Color information
#CBA68A (or 0xCBA68A) is known color: Cameo. HEX triplet: CB, A6 and 8A. RGB value is (203,166,138). Sum of RGB (Red+Green+Blue) = 203+166+138=507 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.04% from 507); Green value is 166 (65.23% from 255 or 32.74% from 507); Blue value is 138 (54.30% from 255 or 27.22% from 507); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA68A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA68A is #345975. Grayscale: #AEAEAE. Windows color (decimal): -3430774 or 9086667. OLE color: 9086667.
HSL color Cylindrical-coordinate representation of color #CBA68A: hue angle of 25.85º 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 #CBA68A is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 166 | 138 | - |
| CMYK | 0 | 0.18 | 0.32 | 0.20 |
| HSL | 25.85º | 0.38% | 0.67% | - |
| HSV(B) | 25.85º | 0.32% | 0.8% | - |
| XYZ | 42.85 | 41.8 | 29.86 | - |
| YUV | 173.87 | 107.76 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 166 | 138 | 0 | 0.18 | 0.32 | 0.20 | 25.85 | 0.38 | 0.67 |
| Hex | CB | A6 | 8A | 0 | 12 | 20 | 14 | 1A | 26 | 43 |
| Octal | 313 | 246 | 212 | 0 | 22 | 40 | 24 | 32 | 46 | 103 |
| Binary | 11001011 | 10100110 | 10001010 | 0 | 10010 | 100000 | 10100 | 11010 | 100110 | 1000011 |
Color Harmonies of #CBA68A
Complementary color
Monochromatic Colors of #CBA68A
Black with #CBA68A
Text Example
Text Example
White with #CBA68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA68A; }
p { color: rgb(203,166,138); }
H1.HeaderClassName
{
color: #CBA68A;
}
.AnyTagClassName
{
color: #CBA68A;
}
</style>
background-color css
<style>
a { background-color: #CBA68A; }
a { background-color: rgb(203,166,138); }
div.DivClassName
{
background-color: #CBA68A;
}
.BgClassName
{
background-color: #CBA68A;
}
</style>
border-color css
<style>
span { border-color: #CBA68A; }
span { border-color: rgb(203,166,138); }
td.TdClassName
{
border-color: #CBA68A;
}
.TagClassName
{
border-color: #CBA68A;
}
</style>