Shades of Cameo #CAA28B
Tints of Cameo #CAA28B
RGB
CMYK
RGB Variations
Color information
#CAA28B (or 0xCAA28B) is known color: Cameo. HEX triplet: CA, A2 and 8B. RGB value is (202,162,139). Sum of RGB (Red+Green+Blue) = 202+162+139=503 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.16% from 503); Green value is 162 (63.67% from 255 or 32.21% from 503); Blue value is 139 (54.69% from 255 or 27.63% from 503); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA28B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA28B is #355D74. Grayscale: #ABABAB. Windows color (decimal): -3497333 or 9151178. OLE color: 9151178.
HSL color Cylindrical-coordinate representation of color #CAA28B: hue angle of 21.9º 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 #CAA28B is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 162 | 139 | - |
| CMYK | 0 | 0.20 | 0.31 | 0.21 |
| HSL | 21.9º | 0.37% | 0.67% | - |
| HSV(B) | 21.9º | 0.31% | 0.79% | - |
| XYZ | 41.94 | 40.26 | 29.99 | - |
| YUV | 171.34 | 109.75 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 162 | 139 | 0 | 0.20 | 0.31 | 0.21 | 21.9 | 0.37 | 0.67 |
| Hex | CA | A2 | 8B | 0 | 14 | 1F | 15 | 16 | 25 | 43 |
| Octal | 312 | 242 | 213 | 0 | 24 | 37 | 25 | 26 | 45 | 103 |
| Binary | 11001010 | 10100010 | 10001011 | 0 | 10100 | 11111 | 10101 | 10110 | 100101 | 1000011 |
Color Harmonies of #CAA28B
Complementary color
Monochromatic Colors of #CAA28B
Black with #CAA28B
Text Example
Text Example
White with #CAA28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA28B; }
p { color: rgb(202,162,139); }
H1.HeaderClassName
{
color: #CAA28B;
}
.AnyTagClassName
{
color: #CAA28B;
}
</style>
background-color css
<style>
a { background-color: #CAA28B; }
a { background-color: rgb(202,162,139); }
div.DivClassName
{
background-color: #CAA28B;
}
.BgClassName
{
background-color: #CAA28B;
}
</style>
border-color css
<style>
span { border-color: #CAA28B; }
span { border-color: rgb(202,162,139); }
td.TdClassName
{
border-color: #CAA28B;
}
.TagClassName
{
border-color: #CAA28B;
}
</style>