Shades of Clam Shell #CCB6AE
Tints of Clam Shell #CCB6AE
RGB
CMYK
RGB Variations
Color information
#CCB6AE (or 0xCCB6AE) is known color: Clam Shell. HEX triplet: CC, B6 and AE. RGB value is (204,182,174). Sum of RGB (Red+Green+Blue) = 204+182+174=560 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.43% from 560); Green value is 182 (71.48% from 255 or 32.5% from 560); Blue value is 174 (68.36% from 255 or 31.07% from 560); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB6AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB6AE is #334951. Grayscale: #BBBBBB. Windows color (decimal): -3361106 or 11450060. OLE color: 11450060.
HSL color Cylindrical-coordinate representation of color #CCB6AE: hue angle of 16º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCB6AE is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 182 | 174 | - |
| CMYK | 0 | 0.11 | 0.15 | 0.2 |
| HSL | 16º | 0.23% | 0.74% | - |
| HSV(B) | 16º | 0.15% | 0.8% | - |
| XYZ | 49.27 | 49.35 | 46.97 | - |
| YUV | 187.67 | 120.29 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 182 | 174 | 0 | 0.11 | 0.15 | 0.2 | 16 | 0.23 | 0.74 |
| Hex | CC | B6 | AE | 0 | B | F | 14 | 10 | 17 | 4A |
| Octal | 314 | 266 | 256 | 0 | 13 | 17 | 24 | 20 | 27 | 112 |
| Binary | 11001100 | 10110110 | 10101110 | 0 | 1011 | 1111 | 10100 | 10000 | 10111 | 1001010 |
Color Harmonies of #CCB6AE
Complementary color
Monochromatic Colors of #CCB6AE
Black with #CCB6AE
Text Example
Text Example
White with #CCB6AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB6AE; }
p { color: rgb(204,182,174); }
H1.HeaderClassName
{
color: #CCB6AE;
}
.AnyTagClassName
{
color: #CCB6AE;
}
</style>
background-color css
<style>
a { background-color: #CCB6AE; }
a { background-color: rgb(204,182,174); }
div.DivClassName
{
background-color: #CCB6AE;
}
.BgClassName
{
background-color: #CCB6AE;
}
</style>
border-color css
<style>
span { border-color: #CCB6AE; }
span { border-color: rgb(204,182,174); }
td.TdClassName
{
border-color: #CCB6AE;
}
.TagClassName
{
border-color: #CCB6AE;
}
</style>