Shades of Cameo #CAA683
Tints of Cameo #CAA683
RGB
CMYK
RGB Variations
Color information
#CAA683 (or 0xCAA683) is known color: Cameo. HEX triplet: CA, A6 and 83. RGB value is (202,166,131). Sum of RGB (Red+Green+Blue) = 202+166+131=499 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.48% from 499); Green value is 166 (65.23% from 255 or 33.27% from 499); Blue value is 131 (51.56% from 255 or 26.25% from 499); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA683 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA683 is #35597C. Grayscale: #ACACAC. Windows color (decimal): -3496317 or 8627914. OLE color: 8627914.
HSL color Cylindrical-coordinate representation of color #CAA683: hue angle of 29.58º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CAA683 is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 166 | 131 | - |
| CMYK | 0 | 0.18 | 0.35 | 0.21 |
| HSL | 29.58º | 0.4% | 0.65% | - |
| HSV(B) | 29.58º | 0.35% | 0.79% | - |
| XYZ | 42.09 | 41.47 | 27.26 | - |
| YUV | 172.77 | 104.43 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 166 | 131 | 0 | 0.18 | 0.35 | 0.21 | 29.58 | 0.4 | 0.65 |
| Hex | CA | A6 | 83 | 0 | 12 | 23 | 15 | 1E | 28 | 41 |
| Octal | 312 | 246 | 203 | 0 | 22 | 43 | 25 | 36 | 50 | 101 |
| Binary | 11001010 | 10100110 | 10000011 | 0 | 10010 | 100011 | 10101 | 11110 | 101000 | 1000001 |
Color Harmonies of #CAA683
Complementary color
Monochromatic Colors of #CAA683
Black with #CAA683
Text Example
Text Example
White with #CAA683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA683; }
p { color: rgb(202,166,131); }
H1.HeaderClassName
{
color: #CAA683;
}
.AnyTagClassName
{
color: #CAA683;
}
</style>
background-color css
<style>
a { background-color: #CAA683; }
a { background-color: rgb(202,166,131); }
div.DivClassName
{
background-color: #CAA683;
}
.BgClassName
{
background-color: #CAA683;
}
</style>
border-color css
<style>
span { border-color: #CAA683; }
span { border-color: rgb(202,166,131); }
td.TdClassName
{
border-color: #CAA683;
}
.TagClassName
{
border-color: #CAA683;
}
</style>