Shades of Cameo #CCA289
Tints of Cameo #CCA289
RGB
CMYK
RGB Variations
Color information
#CCA289 (or 0xCCA289) is known color: Cameo. HEX triplet: CC, A2 and 89. RGB value is (204,162,137). Sum of RGB (Red+Green+Blue) = 204+162+137=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 162 (63.67% from 255 or 32.21% from 503); Blue value is 137 (53.91% from 255 or 27.24% from 503); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA289 is #335D76. Grayscale: #ABABAB. Windows color (decimal): -3366263 or 9020108. OLE color: 9020108.
HSL color Cylindrical-coordinate representation of color #CCA289: hue angle of 22.39º 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 #CCA289 is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 162 | 137 | - |
| CMYK | 0 | 0.21 | 0.33 | 0.2 |
| HSL | 22.39º | 0.4% | 0.67% | - |
| HSV(B) | 22.39º | 0.33% | 0.8% | - |
| XYZ | 42.34 | 40.48 | 29.25 | - |
| YUV | 171.71 | 108.41 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 162 | 137 | 0 | 0.21 | 0.33 | 0.2 | 22.39 | 0.4 | 0.67 |
| Hex | CC | A2 | 89 | 0 | 15 | 21 | 14 | 16 | 28 | 43 |
| Octal | 314 | 242 | 211 | 0 | 25 | 41 | 24 | 26 | 50 | 103 |
| Binary | 11001100 | 10100010 | 10001001 | 0 | 10101 | 100001 | 10100 | 10110 | 101000 | 1000011 |
Color Harmonies of #CCA289
Complementary color
Monochromatic Colors of #CCA289
Black with #CCA289
Text Example
Text Example
White with #CCA289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA289; }
p { color: rgb(204,162,137); }
H1.HeaderClassName
{
color: #CCA289;
}
.AnyTagClassName
{
color: #CCA289;
}
</style>
background-color css
<style>
a { background-color: #CCA289; }
a { background-color: rgb(204,162,137); }
div.DivClassName
{
background-color: #CCA289;
}
.BgClassName
{
background-color: #CCA289;
}
</style>
border-color css
<style>
span { border-color: #CCA289; }
span { border-color: rgb(204,162,137); }
td.TdClassName
{
border-color: #CCA289;
}
.TagClassName
{
border-color: #CCA289;
}
</style>