Shades of Cameo #CAA38B
Tints of Cameo #CAA38B
RGB
CMYK
RGB Variations
Color information
#CAA38B (or 0xCAA38B) is known color: Cameo. HEX triplet: CA, A3 and 8B. RGB value is (202,163,139). Sum of RGB (Red+Green+Blue) = 202+163+139=504 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.08% from 504); Green value is 163 (64.06% from 255 or 32.34% from 504); Blue value is 139 (54.69% from 255 or 27.58% from 504); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA38B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA38B is #355C74. Grayscale: #ACACAC. Windows color (decimal): -3497077 or 9151434. OLE color: 9151434.
HSL color Cylindrical-coordinate representation of color #CAA38B: hue angle of 22.86º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CAA38B is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 163 | 139 | - |
| CMYK | 0 | 0.19 | 0.31 | 0.21 |
| HSL | 22.86º | 0.37% | 0.67% | - |
| HSV(B) | 22.86º | 0.31% | 0.79% | - |
| XYZ | 42.11 | 40.62 | 30.05 | - |
| YUV | 171.93 | 109.42 | 149.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 163 | 139 | 0 | 0.19 | 0.31 | 0.21 | 22.86 | 0.37 | 0.67 |
| Hex | CA | A3 | 8B | 0 | 13 | 1F | 15 | 17 | 25 | 43 |
| Octal | 312 | 243 | 213 | 0 | 23 | 37 | 25 | 27 | 45 | 103 |
| Binary | 11001010 | 10100011 | 10001011 | 0 | 10011 | 11111 | 10101 | 10111 | 100101 | 1000011 |
Color Harmonies of #CAA38B
Complementary color
Monochromatic Colors of #CAA38B
Black with #CAA38B
Text Example
Text Example
White with #CAA38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA38B; }
p { color: rgb(202,163,139); }
H1.HeaderClassName
{
color: #CAA38B;
}
.AnyTagClassName
{
color: #CAA38B;
}
</style>
background-color css
<style>
a { background-color: #CAA38B; }
a { background-color: rgb(202,163,139); }
div.DivClassName
{
background-color: #CAA38B;
}
.BgClassName
{
background-color: #CAA38B;
}
</style>
border-color css
<style>
span { border-color: #CAA38B; }
span { border-color: rgb(202,163,139); }
td.TdClassName
{
border-color: #CAA38B;
}
.TagClassName
{
border-color: #CAA38B;
}
</style>