Shades of Cameo #CAA783
Tints of Cameo #CAA783
RGB
CMYK
RGB Variations
Color information
#CAA783 (or 0xCAA783) is known color: Cameo. HEX triplet: CA, A7 and 83. RGB value is (202,167,131). Sum of RGB (Red+Green+Blue) = 202+167+131=500 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.4% from 500); Green value is 167 (65.62% from 255 or 33.4% from 500); Blue value is 131 (51.56% from 255 or 26.2% from 500); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA783 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA783 is #35587C. Grayscale: #ADADAD. Windows color (decimal): -3496061 or 8628170. OLE color: 8628170.
HSL color Cylindrical-coordinate representation of color #CAA783: hue angle of 30.42º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CAA783 is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 167 | 131 | - |
| CMYK | 0 | 0.17 | 0.35 | 0.21 |
| HSL | 30.42º | 0.4% | 0.65% | - |
| HSV(B) | 30.42º | 0.35% | 0.79% | - |
| XYZ | 42.27 | 41.83 | 27.32 | - |
| YUV | 173.36 | 104.1 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 167 | 131 | 0 | 0.17 | 0.35 | 0.21 | 30.42 | 0.4 | 0.65 |
| Hex | CA | A7 | 83 | 0 | 11 | 23 | 15 | 1E | 28 | 41 |
| Octal | 312 | 247 | 203 | 0 | 21 | 43 | 25 | 36 | 50 | 101 |
| Binary | 11001010 | 10100111 | 10000011 | 0 | 10001 | 100011 | 10101 | 11110 | 101000 | 1000001 |
Color Harmonies of #CAA783
Complementary color
Monochromatic Colors of #CAA783
Black with #CAA783
Text Example
Text Example
White with #CAA783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA783; }
p { color: rgb(202,167,131); }
H1.HeaderClassName
{
color: #CAA783;
}
.AnyTagClassName
{
color: #CAA783;
}
</style>
background-color css
<style>
a { background-color: #CAA783; }
a { background-color: rgb(202,167,131); }
div.DivClassName
{
background-color: #CAA783;
}
.BgClassName
{
background-color: #CAA783;
}
</style>
border-color css
<style>
span { border-color: #CAA783; }
span { border-color: rgb(202,167,131); }
td.TdClassName
{
border-color: #CAA783;
}
.TagClassName
{
border-color: #CAA783;
}
</style>