Shades of Cameo #CCA48A
Tints of Cameo #CCA48A
RGB
CMYK
RGB Variations
Color information
#CCA48A (or 0xCCA48A) is known color: Cameo. HEX triplet: CC, A4 and 8A. RGB value is (204,164,138). Sum of RGB (Red+Green+Blue) = 204+164+138=506 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.32% from 506); Green value is 164 (64.45% from 255 or 32.41% from 506); Blue value is 138 (54.30% from 255 or 27.27% from 506); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA48A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA48A is #335B75. Grayscale: #ADADAD. Windows color (decimal): -3365750 or 9086156. OLE color: 9086156.
HSL color Cylindrical-coordinate representation of color #CCA48A: hue angle of 23.64º 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 #CCA48A is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 164 | 138 | - |
CMYK | 0 | 0.20 | 0.32 | 0.2 |
HSL | 23.64º | 0.39% | 0.67% | - |
HSV(B) | 23.64º | 0.32% | 0.8% | - |
XYZ | 42.76 | 41.22 | 29.75 | - |
YUV | 173 | 108.25 | 150.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 164 | 138 | 0 | 0.20 | 0.32 | 0.2 | 23.64 | 0.39 | 0.67 |
Hex | CC | A4 | 8A | 0 | 14 | 20 | 14 | 18 | 27 | 43 |
Octal | 314 | 244 | 212 | 0 | 24 | 40 | 24 | 30 | 47 | 103 |
Binary | 11001100 | 10100100 | 10001010 | 0 | 10100 | 100000 | 10100 | 11000 | 100111 | 1000011 |
Color Harmonies of #CCA48A
Complementary color
Monochromatic Colors of #CCA48A
Black with #CCA48A
Text Example
Text Example
White with #CCA48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA48A; }
p { color: rgb(204,164,138); }
H1.HeaderClassName
{
color: #CCA48A;
}
.AnyTagClassName
{
color: #CCA48A;
}
</style>
background-color css
<style>
a { background-color: #CCA48A; }
a { background-color: rgb(204,164,138); }
div.DivClassName
{
background-color: #CCA48A;
}
.BgClassName
{
background-color: #CCA48A;
}
</style>
border-color css
<style>
span { border-color: #CCA48A; }
span { border-color: rgb(204,164,138); }
td.TdClassName
{
border-color: #CCA48A;
}
.TagClassName
{
border-color: #CCA48A;
}
</style>