Shades of Cameo #CCAA8B
Tints of Cameo #CCAA8B
RGB
CMYK
RGB Variations
Color information
#CCAA8B (or 0xCCAA8B) is known color: Cameo. HEX triplet: CC, AA and 8B. RGB value is (204,170,139). Sum of RGB (Red+Green+Blue) = 204+170+139=513 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.77% from 513); Green value is 170 (66.80% from 255 or 33.14% from 513); Blue value is 139 (54.69% from 255 or 27.10% from 513); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAA8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAA8B is #335574. Grayscale: #B0B0B0. Windows color (decimal): -3364213 or 9153228. OLE color: 9153228.
HSL color Cylindrical-coordinate representation of color #CCAA8B: hue angle of 28.62º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CCAA8B is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 170 | 139 | - |
| CMYK | 0 | 0.17 | 0.32 | 0.2 |
| HSL | 28.62º | 0.39% | 0.67% | - |
| HSV(B) | 28.62º | 0.32% | 0.8% | - |
| XYZ | 43.94 | 43.45 | 30.5 | - |
| YUV | 176.63 | 106.76 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 170 | 139 | 0 | 0.17 | 0.32 | 0.2 | 28.62 | 0.39 | 0.67 |
| Hex | CC | AA | 8B | 0 | 11 | 20 | 14 | 1D | 27 | 43 |
| Octal | 314 | 252 | 213 | 0 | 21 | 40 | 24 | 35 | 47 | 103 |
| Binary | 11001100 | 10101010 | 10001011 | 0 | 10001 | 100000 | 10100 | 11101 | 100111 | 1000011 |
Color Harmonies of #CCAA8B
Complementary color
Monochromatic Colors of #CCAA8B
Black with #CCAA8B
Text Example
Text Example
White with #CCAA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAA8B; }
p { color: rgb(204,170,139); }
H1.HeaderClassName
{
color: #CCAA8B;
}
.AnyTagClassName
{
color: #CCAA8B;
}
</style>
background-color css
<style>
a { background-color: #CCAA8B; }
a { background-color: rgb(204,170,139); }
div.DivClassName
{
background-color: #CCAA8B;
}
.BgClassName
{
background-color: #CCAA8B;
}
</style>
border-color css
<style>
span { border-color: #CCAA8B; }
span { border-color: rgb(204,170,139); }
td.TdClassName
{
border-color: #CCAA8B;
}
.TagClassName
{
border-color: #CCAA8B;
}
</style>