Shades of Cameo #CAA681
Tints of Cameo #CAA681
RGB
CMYK
RGB Variations
Color information
#CAA681 (or 0xCAA681) is known color: Cameo. HEX triplet: CA, A6 and 81. RGB value is (202,166,129). Sum of RGB (Red+Green+Blue) = 202+166+129=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 166 (65.23% from 255 or 33.40% from 497); Blue value is 129 (50.78% from 255 or 25.96% from 497); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA681 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA681 is #35597E. Grayscale: #ACACAC. Windows color (decimal): -3496319 or 8496842. OLE color: 8496842.
HSL color Cylindrical-coordinate representation of color #CAA681: hue angle of 30.41º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CAA681 is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 166 | 129 | - |
| CMYK | 0 | 0.18 | 0.36 | 0.21 |
| HSL | 30.41º | 0.41% | 0.65% | - |
| HSV(B) | 30.41º | 0.36% | 0.79% | - |
| XYZ | 41.96 | 41.41 | 26.55 | - |
| YUV | 172.55 | 103.43 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 166 | 129 | 0 | 0.18 | 0.36 | 0.21 | 30.41 | 0.41 | 0.65 |
| Hex | CA | A6 | 81 | 0 | 12 | 24 | 15 | 1E | 29 | 41 |
| Octal | 312 | 246 | 201 | 0 | 22 | 44 | 25 | 36 | 51 | 101 |
| Binary | 11001010 | 10100110 | 10000001 | 0 | 10010 | 100100 | 10101 | 11110 | 101001 | 1000001 |
Color Harmonies of #CAA681
Complementary color
Monochromatic Colors of #CAA681
Black with #CAA681
Text Example
Text Example
White with #CAA681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA681; }
p { color: rgb(202,166,129); }
H1.HeaderClassName
{
color: #CAA681;
}
.AnyTagClassName
{
color: #CAA681;
}
</style>
background-color css
<style>
a { background-color: #CAA681; }
a { background-color: rgb(202,166,129); }
div.DivClassName
{
background-color: #CAA681;
}
.BgClassName
{
background-color: #CAA681;
}
</style>
border-color css
<style>
span { border-color: #CAA681; }
span { border-color: rgb(202,166,129); }
td.TdClassName
{
border-color: #CAA681;
}
.TagClassName
{
border-color: #CAA681;
}
</style>