Shades of Cameo #CCA283
Tints of Cameo #CCA283
RGB
CMYK
RGB Variations
Color information
#CCA283 (or 0xCCA283) is known color: Cameo. HEX triplet: CC, A2 and 83. RGB value is (204,162,131). Sum of RGB (Red+Green+Blue) = 204+162+131=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 162 (63.67% from 255 or 32.60% from 497); Blue value is 131 (51.56% from 255 or 26.36% from 497); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA283 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA283 is #335D7C. Grayscale: #ABABAB. Windows color (decimal): -3366269 or 8626892. OLE color: 8626892.
HSL color Cylindrical-coordinate representation of color #CCA283: hue angle of 25.48º 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 #CCA283 is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 162 | 131 | - |
| CMYK | 0 | 0.21 | 0.36 | 0.2 |
| HSL | 25.48º | 0.42% | 0.66% | - |
| HSV(B) | 25.48º | 0.36% | 0.8% | - |
| XYZ | 41.92 | 40.32 | 27.05 | - |
| YUV | 171.02 | 105.41 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 162 | 131 | 0 | 0.21 | 0.36 | 0.2 | 25.48 | 0.42 | 0.66 |
| Hex | CC | A2 | 83 | 0 | 15 | 24 | 14 | 19 | 2A | 42 |
| Octal | 314 | 242 | 203 | 0 | 25 | 44 | 24 | 31 | 52 | 102 |
| Binary | 11001100 | 10100010 | 10000011 | 0 | 10101 | 100100 | 10100 | 11001 | 101010 | 1000010 |
Color Harmonies of #CCA283
Complementary color
Monochromatic Colors of #CCA283
Black with #CCA283
Text Example
Text Example
White with #CCA283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA283; }
p { color: rgb(204,162,131); }
H1.HeaderClassName
{
color: #CCA283;
}
.AnyTagClassName
{
color: #CCA283;
}
</style>
background-color css
<style>
a { background-color: #CCA283; }
a { background-color: rgb(204,162,131); }
div.DivClassName
{
background-color: #CCA283;
}
.BgClassName
{
background-color: #CCA283;
}
</style>
border-color css
<style>
span { border-color: #CCA283; }
span { border-color: rgb(204,162,131); }
td.TdClassName
{
border-color: #CCA283;
}
.TagClassName
{
border-color: #CCA283;
}
</style>