Shades of Cameo #CBA682
Tints of Cameo #CBA682
RGB
CMYK
RGB Variations
Color information
#CBA682 (or 0xCBA682) is known color: Cameo. HEX triplet: CB, A6 and 82. RGB value is (203,166,130). Sum of RGB (Red+Green+Blue) = 203+166+130=499 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.68% from 499); Green value is 166 (65.23% from 255 or 33.27% from 499); Blue value is 130 (51.17% from 255 or 26.05% from 499); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA682 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA682 is #34597D. Grayscale: #ADADAD. Windows color (decimal): -3430782 or 8562379. OLE color: 8562379.
HSL color Cylindrical-coordinate representation of color #CBA682: hue angle of 29.59º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CBA682 is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 166 | 130 | - |
| CMYK | 0 | 0.18 | 0.36 | 0.20 |
| HSL | 29.59º | 0.41% | 0.65% | - |
| HSV(B) | 29.59º | 0.36% | 0.8% | - |
| XYZ | 42.29 | 41.58 | 26.92 | - |
| YUV | 172.96 | 103.76 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 166 | 130 | 0 | 0.18 | 0.36 | 0.20 | 29.59 | 0.41 | 0.65 |
| Hex | CB | A6 | 82 | 0 | 12 | 24 | 14 | 1E | 29 | 41 |
| Octal | 313 | 246 | 202 | 0 | 22 | 44 | 24 | 36 | 51 | 101 |
| Binary | 11001011 | 10100110 | 10000010 | 0 | 10010 | 100100 | 10100 | 11110 | 101001 | 1000001 |
Color Harmonies of #CBA682
Complementary color
Monochromatic Colors of #CBA682
Black with #CBA682
Text Example
Text Example
White with #CBA682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA682; }
p { color: rgb(203,166,130); }
H1.HeaderClassName
{
color: #CBA682;
}
.AnyTagClassName
{
color: #CBA682;
}
</style>
background-color css
<style>
a { background-color: #CBA682; }
a { background-color: rgb(203,166,130); }
div.DivClassName
{
background-color: #CBA682;
}
.BgClassName
{
background-color: #CBA682;
}
</style>
border-color css
<style>
span { border-color: #CBA682; }
span { border-color: rgb(203,166,130); }
td.TdClassName
{
border-color: #CBA682;
}
.TagClassName
{
border-color: #CBA682;
}
</style>