Shades of Cameo #CCA389
Tints of Cameo #CCA389
RGB
CMYK
RGB Variations
Color information
#CCA389 (or 0xCCA389) is known color: Cameo. HEX triplet: CC, A3 and 89. RGB value is (204,163,137). Sum of RGB (Red+Green+Blue) = 204+163+137=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 163 (64.06% from 255 or 32.34% from 504); Blue value is 137 (53.91% from 255 or 27.18% from 504); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA389 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA389 is #335C76. Grayscale: #ACACAC. Windows color (decimal): -3366007 or 9020364. OLE color: 9020364.
HSL color Cylindrical-coordinate representation of color #CCA389: hue angle of 23.28º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CCA389 is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 163 | 137 | - |
| CMYK | 0 | 0.20 | 0.33 | 0.2 |
| HSL | 23.28º | 0.4% | 0.67% | - |
| HSV(B) | 23.28º | 0.33% | 0.8% | - |
| XYZ | 42.51 | 40.84 | 29.31 | - |
| YUV | 172.3 | 108.08 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 163 | 137 | 0 | 0.20 | 0.33 | 0.2 | 23.28 | 0.4 | 0.67 |
| Hex | CC | A3 | 89 | 0 | 14 | 21 | 14 | 17 | 28 | 43 |
| Octal | 314 | 243 | 211 | 0 | 24 | 41 | 24 | 27 | 50 | 103 |
| Binary | 11001100 | 10100011 | 10001001 | 0 | 10100 | 100001 | 10100 | 10111 | 101000 | 1000011 |
Color Harmonies of #CCA389
Complementary color
Monochromatic Colors of #CCA389
Black with #CCA389
Text Example
Text Example
White with #CCA389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA389; }
p { color: rgb(204,163,137); }
H1.HeaderClassName
{
color: #CCA389;
}
.AnyTagClassName
{
color: #CCA389;
}
</style>
background-color css
<style>
a { background-color: #CCA389; }
a { background-color: rgb(204,163,137); }
div.DivClassName
{
background-color: #CCA389;
}
.BgClassName
{
background-color: #CCA389;
}
</style>
border-color css
<style>
span { border-color: #CCA389; }
span { border-color: rgb(204,163,137); }
td.TdClassName
{
border-color: #CCA389;
}
.TagClassName
{
border-color: #CCA389;
}
</style>