Shades of Cameo #CCAB89
Tints of Cameo #CCAB89
RGB
CMYK
RGB Variations
Color information
#CCAB89 (or 0xCCAB89) is known color: Cameo. HEX triplet: CC, AB and 89. RGB value is (204,171,137). Sum of RGB (Red+Green+Blue) = 204+171+137=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 171 (67.19% from 255 or 33.40% from 512); Blue value is 137 (53.91% from 255 or 26.76% from 512); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAB89 is #335476. Grayscale: #B1B1B1. Windows color (decimal): -3363959 or 9022412. OLE color: 9022412.
HSL color Cylindrical-coordinate representation of color #CCAB89: hue angle of 30.45º 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 #CCAB89 is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 171 | 137 | - |
| CMYK | 0 | 0.16 | 0.33 | 0.2 |
| HSL | 30.45º | 0.4% | 0.67% | - |
| HSV(B) | 30.45º | 0.33% | 0.8% | - |
| XYZ | 43.98 | 43.77 | 29.8 | - |
| YUV | 176.99 | 105.43 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 171 | 137 | 0 | 0.16 | 0.33 | 0.2 | 30.45 | 0.4 | 0.67 |
| Hex | CC | AB | 89 | 0 | 10 | 21 | 14 | 1E | 28 | 43 |
| Octal | 314 | 253 | 211 | 0 | 20 | 41 | 24 | 36 | 50 | 103 |
| Binary | 11001100 | 10101011 | 10001001 | 0 | 10000 | 100001 | 10100 | 11110 | 101000 | 1000011 |
Color Harmonies of #CCAB89
Complementary color
Monochromatic Colors of #CCAB89
Black with #CCAB89
Text Example
Text Example
White with #CCAB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAB89; }
p { color: rgb(204,171,137); }
H1.HeaderClassName
{
color: #CCAB89;
}
.AnyTagClassName
{
color: #CCAB89;
}
</style>
background-color css
<style>
a { background-color: #CCAB89; }
a { background-color: rgb(204,171,137); }
div.DivClassName
{
background-color: #CCAB89;
}
.BgClassName
{
background-color: #CCAB89;
}
</style>
border-color css
<style>
span { border-color: #CCAB89; }
span { border-color: rgb(204,171,137); }
td.TdClassName
{
border-color: #CCAB89;
}
.TagClassName
{
border-color: #CCAB89;
}
</style>