Shades of Cameo #CCA790
Tints of Cameo #CCA790
RGB
CMYK
RGB Variations
Color information
#CCA790 (or 0xCCA790) is known color: Cameo. HEX triplet: CC, A7 and 90. RGB value is (204,167,144). Sum of RGB (Red+Green+Blue) = 204+167+144=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 167 (65.62% from 255 or 32.43% from 515); Blue value is 144 (56.64% from 255 or 27.96% from 515); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA790 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA790 is #33586F. Grayscale: #AFAFAF. Windows color (decimal): -3364976 or 9480140. OLE color: 9480140.
HSL color Cylindrical-coordinate representation of color #CCA790: hue angle of 23º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CCA790 is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 167 | 144 | - |
| CMYK | 0 | 0.18 | 0.29 | 0.2 |
| HSL | 23º | 0.37% | 0.68% | - |
| HSV(B) | 23º | 0.29% | 0.8% | - |
| XYZ | 43.75 | 42.49 | 32.28 | - |
| YUV | 175.44 | 110.26 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 167 | 144 | 0 | 0.18 | 0.29 | 0.2 | 23 | 0.37 | 0.68 |
| Hex | CC | A7 | 90 | 0 | 12 | 1D | 14 | 17 | 25 | 44 |
| Octal | 314 | 247 | 220 | 0 | 22 | 35 | 24 | 27 | 45 | 104 |
| Binary | 11001100 | 10100111 | 10010000 | 0 | 10010 | 11101 | 10100 | 10111 | 100101 | 1000100 |
Color Harmonies of #CCA790
Complementary color
Monochromatic Colors of #CCA790
Black with #CCA790
Text Example
Text Example
White with #CCA790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA790; }
p { color: rgb(204,167,144); }
H1.HeaderClassName
{
color: #CCA790;
}
.AnyTagClassName
{
color: #CCA790;
}
</style>
background-color css
<style>
a { background-color: #CCA790; }
a { background-color: rgb(204,167,144); }
div.DivClassName
{
background-color: #CCA790;
}
.BgClassName
{
background-color: #CCA790;
}
</style>
border-color css
<style>
span { border-color: #CCA790; }
span { border-color: rgb(204,167,144); }
td.TdClassName
{
border-color: #CCA790;
}
.TagClassName
{
border-color: #CCA790;
}
</style>