Shades of Cameo #CCA18A
Tints of Cameo #CCA18A
RGB
CMYK
RGB Variations
Color information
#CCA18A (or 0xCCA18A) is known color: Cameo. HEX triplet: CC, A1 and 8A. RGB value is (204,161,138). Sum of RGB (Red+Green+Blue) = 204+161+138=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 161 (63.28% from 255 or 32.01% from 503); Blue value is 138 (54.30% from 255 or 27.44% from 503); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA18A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA18A is #335E75. Grayscale: #ABABAB. Windows color (decimal): -3366518 or 9085388. OLE color: 9085388.
HSL color Cylindrical-coordinate representation of color #CCA18A: hue angle of 20.91º 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 #CCA18A is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 161 | 138 | - |
| CMYK | 0 | 0.21 | 0.32 | 0.2 |
| HSL | 20.91º | 0.39% | 0.67% | - |
| HSV(B) | 20.91º | 0.32% | 0.8% | - |
| XYZ | 42.23 | 40.16 | 29.57 | - |
| YUV | 171.24 | 109.25 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 161 | 138 | 0 | 0.21 | 0.32 | 0.2 | 20.91 | 0.39 | 0.67 |
| Hex | CC | A1 | 8A | 0 | 15 | 20 | 14 | 15 | 27 | 43 |
| Octal | 314 | 241 | 212 | 0 | 25 | 40 | 24 | 25 | 47 | 103 |
| Binary | 11001100 | 10100001 | 10001010 | 0 | 10101 | 100000 | 10100 | 10101 | 100111 | 1000011 |
Color Harmonies of #CCA18A
Complementary color
Monochromatic Colors of #CCA18A
Black with #CCA18A
Text Example
Text Example
White with #CCA18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA18A; }
p { color: rgb(204,161,138); }
H1.HeaderClassName
{
color: #CCA18A;
}
.AnyTagClassName
{
color: #CCA18A;
}
</style>
background-color css
<style>
a { background-color: #CCA18A; }
a { background-color: rgb(204,161,138); }
div.DivClassName
{
background-color: #CCA18A;
}
.BgClassName
{
background-color: #CCA18A;
}
</style>
border-color css
<style>
span { border-color: #CCA18A; }
span { border-color: rgb(204,161,138); }
td.TdClassName
{
border-color: #CCA18A;
}
.TagClassName
{
border-color: #CCA18A;
}
</style>