Shades of Cameo #CAA983
Tints of Cameo #CAA983
RGB
CMYK
RGB Variations
Color information
#CAA983 (or 0xCAA983) is known color: Cameo. HEX triplet: CA, A9 and 83. RGB value is (202,169,131). Sum of RGB (Red+Green+Blue) = 202+169+131=502 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.24% from 502); Green value is 169 (66.41% from 255 or 33.67% from 502); Blue value is 131 (51.56% from 255 or 26.10% from 502); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA983 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA983 is #35567C. Grayscale: #AEAEAE. Windows color (decimal): -3495549 or 8628682. OLE color: 8628682.
HSL color Cylindrical-coordinate representation of color #CAA983: hue angle of 32.11º 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 #CAA983 is Cyan = 0, Magento = 0.16, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 169 | 131 | - |
| CMYK | 0 | 0.16 | 0.35 | 0.21 |
| HSL | 32.11º | 0.4% | 0.65% | - |
| HSV(B) | 32.11º | 0.35% | 0.79% | - |
| XYZ | 42.64 | 42.57 | 27.44 | - |
| YUV | 174.54 | 103.43 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 169 | 131 | 0 | 0.16 | 0.35 | 0.21 | 32.11 | 0.4 | 0.65 |
| Hex | CA | A9 | 83 | 0 | 10 | 23 | 15 | 20 | 28 | 41 |
| Octal | 312 | 251 | 203 | 0 | 20 | 43 | 25 | 40 | 50 | 101 |
| Binary | 11001010 | 10101001 | 10000011 | 0 | 10000 | 100011 | 10101 | 100000 | 101000 | 1000001 |
Color Harmonies of #CAA983
Complementary color
Monochromatic Colors of #CAA983
Black with #CAA983
Text Example
Text Example
White with #CAA983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA983; }
p { color: rgb(202,169,131); }
H1.HeaderClassName
{
color: #CAA983;
}
.AnyTagClassName
{
color: #CAA983;
}
</style>
background-color css
<style>
a { background-color: #CAA983; }
a { background-color: rgb(202,169,131); }
div.DivClassName
{
background-color: #CAA983;
}
.BgClassName
{
background-color: #CAA983;
}
</style>
border-color css
<style>
span { border-color: #CAA983; }
span { border-color: rgb(202,169,131); }
td.TdClassName
{
border-color: #CAA983;
}
.TagClassName
{
border-color: #CAA983;
}
</style>