Shades of Cameo #CBA275
Tints of Cameo #CBA275
RGB
CMYK
RGB Variations
Color information
#CBA275 (or 0xCBA275) is known color: Cameo. HEX triplet: CB, A2 and 75. RGB value is (203,162,117). Sum of RGB (Red+Green+Blue) = 203+162+117=482 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.12% from 482); Green value is 162 (63.67% from 255 or 33.61% from 482); Blue value is 117 (46.09% from 255 or 24.27% from 482); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA275 is #345D8A. Grayscale: #A9A9A9. Windows color (decimal): -3431819 or 7709387. OLE color: 7709387.
HSL color Cylindrical-coordinate representation of color #CBA275: hue angle of 31.4º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CBA275 is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 162 | 117 | - |
| CMYK | 0 | 0.20 | 0.42 | 0.20 |
| HSL | 31.4º | 0.45% | 0.63% | - |
| HSV(B) | 31.4º | 0.42% | 0.8% | - |
| XYZ | 40.76 | 39.82 | 22.37 | - |
| YUV | 169.13 | 98.58 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 162 | 117 | 0 | 0.20 | 0.42 | 0.20 | 31.4 | 0.45 | 0.63 |
| Hex | CB | A2 | 75 | 0 | 14 | 2A | 14 | 1F | 2D | 3F |
| Octal | 313 | 242 | 165 | 0 | 24 | 52 | 24 | 37 | 55 | 77 |
| Binary | 11001011 | 10100010 | 1110101 | 0 | 10100 | 101010 | 10100 | 11111 | 101101 | 111111 |
Color Harmonies of #CBA275
Complementary color
Monochromatic Colors of #CBA275
Black with #CBA275
Text Example
Text Example
White with #CBA275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA275; }
p { color: rgb(203,162,117); }
H1.HeaderClassName
{
color: #CBA275;
}
.AnyTagClassName
{
color: #CBA275;
}
</style>
background-color css
<style>
a { background-color: #CBA275; }
a { background-color: rgb(203,162,117); }
div.DivClassName
{
background-color: #CBA275;
}
.BgClassName
{
background-color: #CBA275;
}
</style>
border-color css
<style>
span { border-color: #CBA275; }
span { border-color: rgb(203,162,117); }
td.TdClassName
{
border-color: #CBA275;
}
.TagClassName
{
border-color: #CBA275;
}
</style>