Shades of Cameo #CAA18A
Tints of Cameo #CAA18A
RGB
CMYK
RGB Variations
Color information
#CAA18A (or 0xCAA18A) is known color: Cameo. HEX triplet: CA, A1 and 8A. RGB value is (202,161,138). Sum of RGB (Red+Green+Blue) = 202+161+138=501 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.32% from 501); Green value is 161 (63.28% from 255 or 32.14% from 501); Blue value is 138 (54.30% from 255 or 27.54% from 501); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA18A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA18A is #355E75. Grayscale: #AAAAAA. Windows color (decimal): -3497590 or 9085386. OLE color: 9085386.
HSL color Cylindrical-coordinate representation of color #CAA18A: hue angle of 21.56º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CAA18A is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 161 | 138 | - |
| CMYK | 0 | 0.20 | 0.32 | 0.21 |
| HSL | 21.56º | 0.38% | 0.67% | - |
| HSV(B) | 21.56º | 0.32% | 0.79% | - |
| XYZ | 41.69 | 39.88 | 29.55 | - |
| YUV | 170.64 | 109.58 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 161 | 138 | 0 | 0.20 | 0.32 | 0.21 | 21.56 | 0.38 | 0.67 |
| Hex | CA | A1 | 8A | 0 | 14 | 20 | 15 | 16 | 26 | 43 |
| Octal | 312 | 241 | 212 | 0 | 24 | 40 | 25 | 26 | 46 | 103 |
| Binary | 11001010 | 10100001 | 10001010 | 0 | 10100 | 100000 | 10101 | 10110 | 100110 | 1000011 |
Color Harmonies of #CAA18A
Complementary color
Monochromatic Colors of #CAA18A
Black with #CAA18A
Text Example
Text Example
White with #CAA18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA18A; }
p { color: rgb(202,161,138); }
H1.HeaderClassName
{
color: #CAA18A;
}
.AnyTagClassName
{
color: #CAA18A;
}
</style>
background-color css
<style>
a { background-color: #CAA18A; }
a { background-color: rgb(202,161,138); }
div.DivClassName
{
background-color: #CAA18A;
}
.BgClassName
{
background-color: #CAA18A;
}
</style>
border-color css
<style>
span { border-color: #CAA18A; }
span { border-color: rgb(202,161,138); }
td.TdClassName
{
border-color: #CAA18A;
}
.TagClassName
{
border-color: #CAA18A;
}
</style>