Shades of Clam Shell #CCB5AC
Tints of Clam Shell #CCB5AC
RGB
CMYK
RGB Variations
Color information
#CCB5AC (or 0xCCB5AC) is known color: Clam Shell. HEX triplet: CC, B5 and AC. RGB value is (204,181,172). Sum of RGB (Red+Green+Blue) = 204+181+172=557 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.62% from 557); Green value is 181 (71.09% from 255 or 32.50% from 557); Blue value is 172 (67.58% from 255 or 30.88% from 557); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB5AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB5AC is #334A53. Grayscale: #BABABA. Windows color (decimal): -3361364 or 11318732. OLE color: 11318732.
HSL color Cylindrical-coordinate representation of color #CCB5AC: hue angle of 16.88º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCB5AC is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 181 | 172 | - |
| CMYK | 0 | 0.11 | 0.16 | 0.2 |
| HSL | 16.88º | 0.24% | 0.74% | - |
| HSV(B) | 16.88º | 0.16% | 0.8% | - |
| XYZ | 48.87 | 48.86 | 45.89 | - |
| YUV | 186.85 | 119.62 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 181 | 172 | 0 | 0.11 | 0.16 | 0.2 | 16.88 | 0.24 | 0.74 |
| Hex | CC | B5 | AC | 0 | B | 10 | 14 | 11 | 18 | 4A |
| Octal | 314 | 265 | 254 | 0 | 13 | 20 | 24 | 21 | 30 | 112 |
| Binary | 11001100 | 10110101 | 10101100 | 0 | 1011 | 10000 | 10100 | 10001 | 11000 | 1001010 |
Color Harmonies of #CCB5AC
Complementary color
Monochromatic Colors of #CCB5AC
Black with #CCB5AC
Text Example
Text Example
White with #CCB5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB5AC; }
p { color: rgb(204,181,172); }
H1.HeaderClassName
{
color: #CCB5AC;
}
.AnyTagClassName
{
color: #CCB5AC;
}
</style>
background-color css
<style>
a { background-color: #CCB5AC; }
a { background-color: rgb(204,181,172); }
div.DivClassName
{
background-color: #CCB5AC;
}
.BgClassName
{
background-color: #CCB5AC;
}
</style>
border-color css
<style>
span { border-color: #CCB5AC; }
span { border-color: rgb(204,181,172); }
td.TdClassName
{
border-color: #CCB5AC;
}
.TagClassName
{
border-color: #CCB5AC;
}
</style>