Shades of Cameo #CAA384
Tints of Cameo #CAA384
RGB
CMYK
RGB Variations
Color information
#CAA384 (or 0xCAA384) is known color: Cameo. HEX triplet: CA, A3 and 84. RGB value is (202,163,132). Sum of RGB (Red+Green+Blue) = 202+163+132=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 163 (64.06% from 255 or 32.80% from 497); Blue value is 132 (51.95% from 255 or 26.56% from 497); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA384 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA384 is #355C7B. Grayscale: #ABABAB. Windows color (decimal): -3497084 or 8692682. OLE color: 8692682.
HSL color Cylindrical-coordinate representation of color #CAA384: hue angle of 26.57º 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 #CAA384 is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 163 | 132 | - |
| CMYK | 0 | 0.19 | 0.35 | 0.21 |
| HSL | 26.57º | 0.4% | 0.65% | - |
| HSV(B) | 26.57º | 0.35% | 0.79% | - |
| XYZ | 41.62 | 40.42 | 27.44 | - |
| YUV | 171.13 | 105.92 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 163 | 132 | 0 | 0.19 | 0.35 | 0.21 | 26.57 | 0.4 | 0.65 |
| Hex | CA | A3 | 84 | 0 | 13 | 23 | 15 | 1B | 28 | 41 |
| Octal | 312 | 243 | 204 | 0 | 23 | 43 | 25 | 33 | 50 | 101 |
| Binary | 11001010 | 10100011 | 10000100 | 0 | 10011 | 100011 | 10101 | 11011 | 101000 | 1000001 |
Color Harmonies of #CAA384
Complementary color
Monochromatic Colors of #CAA384
Black with #CAA384
Text Example
Text Example
White with #CAA384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA384; }
p { color: rgb(202,163,132); }
H1.HeaderClassName
{
color: #CAA384;
}
.AnyTagClassName
{
color: #CAA384;
}
</style>
background-color css
<style>
a { background-color: #CAA384; }
a { background-color: rgb(202,163,132); }
div.DivClassName
{
background-color: #CAA384;
}
.BgClassName
{
background-color: #CAA384;
}
</style>
border-color css
<style>
span { border-color: #CAA384; }
span { border-color: rgb(202,163,132); }
td.TdClassName
{
border-color: #CAA384;
}
.TagClassName
{
border-color: #CAA384;
}
</style>