Shades of Cameo #CCA589
Tints of Cameo #CCA589
RGB
CMYK
RGB Variations
Color information
#CCA589 (or 0xCCA589) is known color: Cameo. HEX triplet: CC, A5 and 89. RGB value is (204,165,137). Sum of RGB (Red+Green+Blue) = 204+165+137=506 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.32% from 506); Green value is 165 (64.84% from 255 or 32.61% from 506); Blue value is 137 (53.91% from 255 or 27.08% from 506); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA589 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA589 is #335A76. Grayscale: #ADADAD. Windows color (decimal): -3365495 or 9020876. OLE color: 9020876.
HSL color Cylindrical-coordinate representation of color #CCA589: hue angle of 25.07º 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 #CCA589 is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 165 | 137 | - |
| CMYK | 0 | 0.19 | 0.33 | 0.2 |
| HSL | 25.07º | 0.4% | 0.67% | - |
| HSV(B) | 25.07º | 0.33% | 0.8% | - |
| XYZ | 42.87 | 41.55 | 29.43 | - |
| YUV | 173.47 | 107.42 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 165 | 137 | 0 | 0.19 | 0.33 | 0.2 | 25.07 | 0.4 | 0.67 |
| Hex | CC | A5 | 89 | 0 | 13 | 21 | 14 | 19 | 28 | 43 |
| Octal | 314 | 245 | 211 | 0 | 23 | 41 | 24 | 31 | 50 | 103 |
| Binary | 11001100 | 10100101 | 10001001 | 0 | 10011 | 100001 | 10100 | 11001 | 101000 | 1000011 |
Color Harmonies of #CCA589
Complementary color
Monochromatic Colors of #CCA589
Black with #CCA589
Text Example
Text Example
White with #CCA589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA589; }
p { color: rgb(204,165,137); }
H1.HeaderClassName
{
color: #CCA589;
}
.AnyTagClassName
{
color: #CCA589;
}
</style>
background-color css
<style>
a { background-color: #CCA589; }
a { background-color: rgb(204,165,137); }
div.DivClassName
{
background-color: #CCA589;
}
.BgClassName
{
background-color: #CCA589;
}
</style>
border-color css
<style>
span { border-color: #CCA589; }
span { border-color: rgb(204,165,137); }
td.TdClassName
{
border-color: #CCA589;
}
.TagClassName
{
border-color: #CCA589;
}
</style>