Shades of Cameo #CCA683
Tints of Cameo #CCA683
RGB
CMYK
RGB Variations
Color information
#CCA683 (or 0xCCA683) is known color: Cameo. HEX triplet: CC, A6 and 83. RGB value is (204,166,131). Sum of RGB (Red+Green+Blue) = 204+166+131=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 166 (65.23% from 255 or 33.13% from 501); Blue value is 131 (51.56% from 255 or 26.15% from 501); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA683 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA683 is #33597C. Grayscale: #ADADAD. Windows color (decimal): -3365245 or 8627916. OLE color: 8627916.
HSL color Cylindrical-coordinate representation of color #CCA683: hue angle of 28.77º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CCA683 is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 166 | 131 | - |
| CMYK | 0 | 0.19 | 0.36 | 0.2 |
| HSL | 28.77º | 0.42% | 0.66% | - |
| HSV(B) | 28.77º | 0.36% | 0.8% | - |
| XYZ | 42.63 | 41.75 | 27.28 | - |
| YUV | 173.37 | 104.09 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 166 | 131 | 0 | 0.19 | 0.36 | 0.2 | 28.77 | 0.42 | 0.66 |
| Hex | CC | A6 | 83 | 0 | 13 | 24 | 14 | 1D | 2A | 42 |
| Octal | 314 | 246 | 203 | 0 | 23 | 44 | 24 | 35 | 52 | 102 |
| Binary | 11001100 | 10100110 | 10000011 | 0 | 10011 | 100100 | 10100 | 11101 | 101010 | 1000010 |
Color Harmonies of #CCA683
Complementary color
Monochromatic Colors of #CCA683
Black with #CCA683
Text Example
Text Example
White with #CCA683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA683; }
p { color: rgb(204,166,131); }
H1.HeaderClassName
{
color: #CCA683;
}
.AnyTagClassName
{
color: #CCA683;
}
</style>
background-color css
<style>
a { background-color: #CCA683; }
a { background-color: rgb(204,166,131); }
div.DivClassName
{
background-color: #CCA683;
}
.BgClassName
{
background-color: #CCA683;
}
</style>
border-color css
<style>
span { border-color: #CCA683; }
span { border-color: rgb(204,166,131); }
td.TdClassName
{
border-color: #CCA683;
}
.TagClassName
{
border-color: #CCA683;
}
</style>