Shades of Cameo #CAA38C
Tints of Cameo #CAA38C
RGB
CMYK
RGB Variations
Color information
#CAA38C (or 0xCAA38C) is known color: Cameo. HEX triplet: CA, A3 and 8C. RGB value is (202,163,140). Sum of RGB (Red+Green+Blue) = 202+163+140=505 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40% from 505); Green value is 163 (64.06% from 255 or 32.28% from 505); Blue value is 140 (55.08% from 255 or 27.72% from 505); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA38C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA38C is #355C73. Grayscale: #ACACAC. Windows color (decimal): -3497076 or 9216970. OLE color: 9216970.
HSL color Cylindrical-coordinate representation of color #CAA38C: hue angle of 22.26º 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 #CAA38C is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 163 | 140 | - |
| CMYK | 0 | 0.19 | 0.31 | 0.21 |
| HSL | 22.26º | 0.37% | 0.67% | - |
| HSV(B) | 22.26º | 0.31% | 0.79% | - |
| XYZ | 42.19 | 40.64 | 30.43 | - |
| YUV | 172.04 | 109.92 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 163 | 140 | 0 | 0.19 | 0.31 | 0.21 | 22.26 | 0.37 | 0.67 |
| Hex | CA | A3 | 8C | 0 | 13 | 1F | 15 | 16 | 25 | 43 |
| Octal | 312 | 243 | 214 | 0 | 23 | 37 | 25 | 26 | 45 | 103 |
| Binary | 11001010 | 10100011 | 10001100 | 0 | 10011 | 11111 | 10101 | 10110 | 100101 | 1000011 |
Color Harmonies of #CAA38C
Complementary color
Monochromatic Colors of #CAA38C
Black with #CAA38C
Text Example
Text Example
White with #CAA38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA38C; }
p { color: rgb(202,163,140); }
H1.HeaderClassName
{
color: #CAA38C;
}
.AnyTagClassName
{
color: #CAA38C;
}
</style>
background-color css
<style>
a { background-color: #CAA38C; }
a { background-color: rgb(202,163,140); }
div.DivClassName
{
background-color: #CAA38C;
}
.BgClassName
{
background-color: #CAA38C;
}
</style>
border-color css
<style>
span { border-color: #CAA38C; }
span { border-color: rgb(202,163,140); }
td.TdClassName
{
border-color: #CAA38C;
}
.TagClassName
{
border-color: #CAA38C;
}
</style>