Shades of Cameo #CCA28A
Tints of Cameo #CCA28A
RGB
CMYK
RGB Variations
Color information
#CCA28A (or 0xCCA28A) is known color: Cameo. HEX triplet: CC, A2 and 8A. RGB value is (204,162,138). Sum of RGB (Red+Green+Blue) = 204+162+138=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 162 (63.67% from 255 or 32.14% from 504); Blue value is 138 (54.30% from 255 or 27.38% from 504); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA28A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA28A is #335D75. Grayscale: #ABABAB. Windows color (decimal): -3366262 or 9085644. OLE color: 9085644.
HSL color Cylindrical-coordinate representation of color #CCA28A: hue angle of 21.82º 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 #CCA28A is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 162 | 138 | - |
| CMYK | 0 | 0.21 | 0.32 | 0.2 |
| HSL | 21.82º | 0.39% | 0.67% | - |
| HSV(B) | 21.82º | 0.32% | 0.8% | - |
| XYZ | 42.41 | 40.51 | 29.63 | - |
| YUV | 171.82 | 108.91 | 150.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 162 | 138 | 0 | 0.21 | 0.32 | 0.2 | 21.82 | 0.39 | 0.67 |
| Hex | CC | A2 | 8A | 0 | 15 | 20 | 14 | 16 | 27 | 43 |
| Octal | 314 | 242 | 212 | 0 | 25 | 40 | 24 | 26 | 47 | 103 |
| Binary | 11001100 | 10100010 | 10001010 | 0 | 10101 | 100000 | 10100 | 10110 | 100111 | 1000011 |
Color Harmonies of #CCA28A
Complementary color
Monochromatic Colors of #CCA28A
Black with #CCA28A
Text Example
Text Example
White with #CCA28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA28A; }
p { color: rgb(204,162,138); }
H1.HeaderClassName
{
color: #CCA28A;
}
.AnyTagClassName
{
color: #CCA28A;
}
</style>
background-color css
<style>
a { background-color: #CCA28A; }
a { background-color: rgb(204,162,138); }
div.DivClassName
{
background-color: #CCA28A;
}
.BgClassName
{
background-color: #CCA28A;
}
</style>
border-color css
<style>
span { border-color: #CCA28A; }
span { border-color: rgb(204,162,138); }
td.TdClassName
{
border-color: #CCA28A;
}
.TagClassName
{
border-color: #CCA28A;
}
</style>