Shades of Cameo #CCA47A
Tints of Cameo #CCA47A
RGB
CMYK
RGB Variations
Color information
#CCA47A (or 0xCCA47A) is known color: Cameo. HEX triplet: CC, A4 and 7A. RGB value is (204,164,122). Sum of RGB (Red+Green+Blue) = 204+164+122=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 164 (64.45% from 255 or 33.47% from 490); Blue value is 122 (48.05% from 255 or 24.90% from 490); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA47A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA47A is #335B85. Grayscale: #ABABAB. Windows color (decimal): -3365766 or 8037580. OLE color: 8037580.
HSL color Cylindrical-coordinate representation of color #CCA47A: hue angle of 30.73º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCA47A is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 164 | 122 | - |
| CMYK | 0 | 0.20 | 0.40 | 0.2 |
| HSL | 30.73º | 0.45% | 0.64% | - |
| HSV(B) | 30.73º | 0.4% | 0.8% | - |
| XYZ | 41.69 | 40.79 | 24.09 | - |
| YUV | 171.17 | 100.25 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 164 | 122 | 0 | 0.20 | 0.40 | 0.2 | 30.73 | 0.45 | 0.64 |
| Hex | CC | A4 | 7A | 0 | 14 | 28 | 14 | 1F | 2D | 40 |
| Octal | 314 | 244 | 172 | 0 | 24 | 50 | 24 | 37 | 55 | 100 |
| Binary | 11001100 | 10100100 | 1111010 | 0 | 10100 | 101000 | 10100 | 11111 | 101101 | 1000000 |
Color Harmonies of #CCA47A
Complementary color
Monochromatic Colors of #CCA47A
Black with #CCA47A
Text Example
Text Example
White with #CCA47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA47A; }
p { color: rgb(204,164,122); }
H1.HeaderClassName
{
color: #CCA47A;
}
.AnyTagClassName
{
color: #CCA47A;
}
</style>
background-color css
<style>
a { background-color: #CCA47A; }
a { background-color: rgb(204,164,122); }
div.DivClassName
{
background-color: #CCA47A;
}
.BgClassName
{
background-color: #CCA47A;
}
</style>
border-color css
<style>
span { border-color: #CCA47A; }
span { border-color: rgb(204,164,122); }
td.TdClassName
{
border-color: #CCA47A;
}
.TagClassName
{
border-color: #CCA47A;
}
</style>