Shades of Cameo #CAA47A
Tints of Cameo #CAA47A
RGB
CMYK
RGB Variations
Color information
#CAA47A (or 0xCAA47A) is known color: Cameo. HEX triplet: CA, A4 and 7A. RGB value is (202,164,122). Sum of RGB (Red+Green+Blue) = 202+164+122=488 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.39% from 488); Green value is 164 (64.45% from 255 or 33.61% from 488); Blue value is 122 (48.05% from 255 or 25% from 488); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA47A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA47A is #355B85. Grayscale: #AAAAAA. Windows color (decimal): -3496838 or 8037578. OLE color: 8037578.
HSL color Cylindrical-coordinate representation of color #CAA47A: hue angle of 31.5º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CAA47A is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 164 | 122 | - |
| CMYK | 0 | 0.19 | 0.40 | 0.21 |
| HSL | 31.5º | 0.43% | 0.64% | - |
| HSV(B) | 31.5º | 0.4% | 0.79% | - |
| XYZ | 41.15 | 40.51 | 24.06 | - |
| YUV | 170.57 | 100.59 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 164 | 122 | 0 | 0.19 | 0.40 | 0.21 | 31.5 | 0.43 | 0.64 |
| Hex | CA | A4 | 7A | 0 | 13 | 28 | 15 | 1F | 2B | 40 |
| Octal | 312 | 244 | 172 | 0 | 23 | 50 | 25 | 37 | 53 | 100 |
| Binary | 11001010 | 10100100 | 1111010 | 0 | 10011 | 101000 | 10101 | 11111 | 101011 | 1000000 |
Color Harmonies of #CAA47A
Complementary color
Monochromatic Colors of #CAA47A
Black with #CAA47A
Text Example
Text Example
White with #CAA47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA47A; }
p { color: rgb(202,164,122); }
H1.HeaderClassName
{
color: #CAA47A;
}
.AnyTagClassName
{
color: #CAA47A;
}
</style>
background-color css
<style>
a { background-color: #CAA47A; }
a { background-color: rgb(202,164,122); }
div.DivClassName
{
background-color: #CAA47A;
}
.BgClassName
{
background-color: #CAA47A;
}
</style>
border-color css
<style>
span { border-color: #CAA47A; }
span { border-color: rgb(202,164,122); }
td.TdClassName
{
border-color: #CAA47A;
}
.TagClassName
{
border-color: #CAA47A;
}
</style>