Shades of Cameo #CCA689
Tints of Cameo #CCA689
RGB
CMYK
RGB Variations
Color information
#CCA689 (or 0xCCA689) is known color: Cameo. HEX triplet: CC, A6 and 89. RGB value is (204,166,137). Sum of RGB (Red+Green+Blue) = 204+166+137=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 166 (65.23% from 255 or 32.74% from 507); Blue value is 137 (53.91% from 255 or 27.02% from 507); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA689 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA689 is #335976. Grayscale: #AEAEAE. Windows color (decimal): -3365239 or 9021132. OLE color: 9021132.
HSL color Cylindrical-coordinate representation of color #CCA689: hue angle of 25.97º 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 #CCA689 is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 166 | 137 | - |
| CMYK | 0 | 0.19 | 0.33 | 0.2 |
| HSL | 25.97º | 0.4% | 0.67% | - |
| HSV(B) | 25.97º | 0.33% | 0.8% | - |
| XYZ | 43.05 | 41.92 | 29.49 | - |
| YUV | 174.06 | 107.09 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 166 | 137 | 0 | 0.19 | 0.33 | 0.2 | 25.97 | 0.4 | 0.67 |
| Hex | CC | A6 | 89 | 0 | 13 | 21 | 14 | 1A | 28 | 43 |
| Octal | 314 | 246 | 211 | 0 | 23 | 41 | 24 | 32 | 50 | 103 |
| Binary | 11001100 | 10100110 | 10001001 | 0 | 10011 | 100001 | 10100 | 11010 | 101000 | 1000011 |
Color Harmonies of #CCA689
Complementary color
Monochromatic Colors of #CCA689
Black with #CCA689
Text Example
Text Example
White with #CCA689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA689; }
p { color: rgb(204,166,137); }
H1.HeaderClassName
{
color: #CCA689;
}
.AnyTagClassName
{
color: #CCA689;
}
</style>
background-color css
<style>
a { background-color: #CCA689; }
a { background-color: rgb(204,166,137); }
div.DivClassName
{
background-color: #CCA689;
}
.BgClassName
{
background-color: #CCA689;
}
</style>
border-color css
<style>
span { border-color: #CCA689; }
span { border-color: rgb(204,166,137); }
td.TdClassName
{
border-color: #CCA689;
}
.TagClassName
{
border-color: #CCA689;
}
</style>