Shades of Cameo #CAA283
Tints of Cameo #CAA283
RGB
CMYK
RGB Variations
Color information
#CAA283 (or 0xCAA283) is known color: Cameo. HEX triplet: CA, A2 and 83. RGB value is (202,162,131). Sum of RGB (Red+Green+Blue) = 202+162+131=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 162 (63.67% from 255 or 32.73% from 495); Blue value is 131 (51.56% from 255 or 26.46% from 495); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA283 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA283 is #355D7C. Grayscale: #AAAAAA. Windows color (decimal): -3497341 or 8626890. OLE color: 8626890.
HSL color Cylindrical-coordinate representation of color #CAA283: hue angle of 26.2º 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 #CAA283 is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 162 | 131 | - |
| CMYK | 0 | 0.20 | 0.35 | 0.21 |
| HSL | 26.2º | 0.4% | 0.65% | - |
| HSV(B) | 26.2º | 0.35% | 0.79% | - |
| XYZ | 41.37 | 40.04 | 27.02 | - |
| YUV | 170.43 | 105.75 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 162 | 131 | 0 | 0.20 | 0.35 | 0.21 | 26.2 | 0.4 | 0.65 |
| Hex | CA | A2 | 83 | 0 | 14 | 23 | 15 | 1A | 28 | 41 |
| Octal | 312 | 242 | 203 | 0 | 24 | 43 | 25 | 32 | 50 | 101 |
| Binary | 11001010 | 10100010 | 10000011 | 0 | 10100 | 100011 | 10101 | 11010 | 101000 | 1000001 |
Color Harmonies of #CAA283
Complementary color
Monochromatic Colors of #CAA283
Black with #CAA283
Text Example
Text Example
White with #CAA283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA283; }
p { color: rgb(202,162,131); }
H1.HeaderClassName
{
color: #CAA283;
}
.AnyTagClassName
{
color: #CAA283;
}
</style>
background-color css
<style>
a { background-color: #CAA283; }
a { background-color: rgb(202,162,131); }
div.DivClassName
{
background-color: #CAA283;
}
.BgClassName
{
background-color: #CAA283;
}
</style>
border-color css
<style>
span { border-color: #CAA283; }
span { border-color: rgb(202,162,131); }
td.TdClassName
{
border-color: #CAA283;
}
.TagClassName
{
border-color: #CAA283;
}
</style>