Shades of Cameo #CAA28A
Tints of Cameo #CAA28A
RGB
CMYK
RGB Variations
Color information
#CAA28A (or 0xCAA28A) is known color: Cameo. HEX triplet: CA, A2 and 8A. RGB value is (202,162,138). Sum of RGB (Red+Green+Blue) = 202+162+138=502 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.24% from 502); Green value is 162 (63.67% from 255 or 32.27% from 502); Blue value is 138 (54.30% from 255 or 27.49% from 502); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA28A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA28A is #355D75. Grayscale: #ABABAB. Windows color (decimal): -3497334 or 9085642. OLE color: 9085642.
HSL color Cylindrical-coordinate representation of color #CAA28A: hue angle of 22.5º 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 #CAA28A is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 162 | 138 | - |
| CMYK | 0 | 0.20 | 0.32 | 0.21 |
| HSL | 22.5º | 0.38% | 0.67% | - |
| HSV(B) | 22.5º | 0.32% | 0.79% | - |
| XYZ | 41.86 | 40.23 | 29.6 | - |
| YUV | 171.22 | 109.25 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 162 | 138 | 0 | 0.20 | 0.32 | 0.21 | 22.5 | 0.38 | 0.67 |
| Hex | CA | A2 | 8A | 0 | 14 | 20 | 15 | 16 | 26 | 43 |
| Octal | 312 | 242 | 212 | 0 | 24 | 40 | 25 | 26 | 46 | 103 |
| Binary | 11001010 | 10100010 | 10001010 | 0 | 10100 | 100000 | 10101 | 10110 | 100110 | 1000011 |
Color Harmonies of #CAA28A
Complementary color
Monochromatic Colors of #CAA28A
Black with #CAA28A
Text Example
Text Example
White with #CAA28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA28A; }
p { color: rgb(202,162,138); }
H1.HeaderClassName
{
color: #CAA28A;
}
.AnyTagClassName
{
color: #CAA28A;
}
</style>
background-color css
<style>
a { background-color: #CAA28A; }
a { background-color: rgb(202,162,138); }
div.DivClassName
{
background-color: #CAA28A;
}
.BgClassName
{
background-color: #CAA28A;
}
</style>
border-color css
<style>
span { border-color: #CAA28A; }
span { border-color: rgb(202,162,138); }
td.TdClassName
{
border-color: #CAA28A;
}
.TagClassName
{
border-color: #CAA28A;
}
</style>