Shades of Cameo #CA9F7B
Tints of Cameo #CA9F7B
RGB
CMYK
RGB Variations
Color information
#CA9F7B (or 0xCA9F7B) is known color: Cameo. HEX triplet: CA, 9F and 7B. RGB value is (202,159,123). Sum of RGB (Red+Green+Blue) = 202+159+123=484 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.74% from 484); Green value is 159 (62.5% from 255 or 32.85% from 484); Blue value is 123 (48.44% from 255 or 25.41% from 484); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9F7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9F7B is #356084. Grayscale: #A7A7A7. Windows color (decimal): -3498117 or 8101834. OLE color: 8101834.
HSL color Cylindrical-coordinate representation of color #CA9F7B: hue angle of 27.34º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CA9F7B is Cyan = 0, Magento = 0.21, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 159 | 123 | - |
| CMYK | 0 | 0.21 | 0.39 | 0.21 |
| HSL | 27.34º | 0.43% | 0.64% | - |
| HSV(B) | 27.34º | 0.39% | 0.79% | - |
| XYZ | 40.33 | 38.78 | 24.1 | - |
| YUV | 167.75 | 102.75 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 159 | 123 | 0 | 0.21 | 0.39 | 0.21 | 27.34 | 0.43 | 0.64 |
| Hex | CA | 9F | 7B | 0 | 15 | 27 | 15 | 1B | 2B | 40 |
| Octal | 312 | 237 | 173 | 0 | 25 | 47 | 25 | 33 | 53 | 100 |
| Binary | 11001010 | 10011111 | 1111011 | 0 | 10101 | 100111 | 10101 | 11011 | 101011 | 1000000 |
Color Harmonies of #CA9F7B
Complementary color
Monochromatic Colors of #CA9F7B
Black with #CA9F7B
Text Example
Text Example
White with #CA9F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9F7B; }
p { color: rgb(202,159,123); }
H1.HeaderClassName
{
color: #CA9F7B;
}
.AnyTagClassName
{
color: #CA9F7B;
}
</style>
background-color css
<style>
a { background-color: #CA9F7B; }
a { background-color: rgb(202,159,123); }
div.DivClassName
{
background-color: #CA9F7B;
}
.BgClassName
{
background-color: #CA9F7B;
}
</style>
border-color css
<style>
span { border-color: #CA9F7B; }
span { border-color: rgb(202,159,123); }
td.TdClassName
{
border-color: #CA9F7B;
}
.TagClassName
{
border-color: #CA9F7B;
}
</style>