Shades of Cameo #CAA883
Tints of Cameo #CAA883
RGB
CMYK
RGB Variations
Color information
#CAA883 (or 0xCAA883) is known color: Cameo. HEX triplet: CA, A8 and 83. RGB value is (202,168,131). Sum of RGB (Red+Green+Blue) = 202+168+131=501 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.32% from 501); Green value is 168 (66.02% from 255 or 33.53% from 501); Blue value is 131 (51.56% from 255 or 26.15% from 501); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA883 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA883 is #35577C. Grayscale: #AEAEAE. Windows color (decimal): -3495805 or 8628426. OLE color: 8628426.
HSL color Cylindrical-coordinate representation of color #CAA883: hue angle of 31.27º 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 #CAA883 is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 168 | 131 | - |
| CMYK | 0 | 0.17 | 0.35 | 0.21 |
| HSL | 31.27º | 0.4% | 0.65% | - |
| HSV(B) | 31.27º | 0.35% | 0.79% | - |
| XYZ | 42.46 | 42.2 | 27.38 | - |
| YUV | 173.95 | 103.76 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 168 | 131 | 0 | 0.17 | 0.35 | 0.21 | 31.27 | 0.4 | 0.65 |
| Hex | CA | A8 | 83 | 0 | 11 | 23 | 15 | 1F | 28 | 41 |
| Octal | 312 | 250 | 203 | 0 | 21 | 43 | 25 | 37 | 50 | 101 |
| Binary | 11001010 | 10101000 | 10000011 | 0 | 10001 | 100011 | 10101 | 11111 | 101000 | 1000001 |
Color Harmonies of #CAA883
Complementary color
Monochromatic Colors of #CAA883
Black with #CAA883
Text Example
Text Example
White with #CAA883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA883; }
p { color: rgb(202,168,131); }
H1.HeaderClassName
{
color: #CAA883;
}
.AnyTagClassName
{
color: #CAA883;
}
</style>
background-color css
<style>
a { background-color: #CAA883; }
a { background-color: rgb(202,168,131); }
div.DivClassName
{
background-color: #CAA883;
}
.BgClassName
{
background-color: #CAA883;
}
</style>
border-color css
<style>
span { border-color: #CAA883; }
span { border-color: rgb(202,168,131); }
td.TdClassName
{
border-color: #CAA883;
}
.TagClassName
{
border-color: #CAA883;
}
</style>