Shades of Clam Shell #CCB5AD
Tints of Clam Shell #CCB5AD
RGB
CMYK
RGB Variations
Color information
#CCB5AD (or 0xCCB5AD) is known color: Clam Shell. HEX triplet: CC, B5 and AD. RGB value is (204,181,173). Sum of RGB (Red+Green+Blue) = 204+181+173=558 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.56% from 558); Green value is 181 (71.09% from 255 or 32.44% from 558); Blue value is 173 (67.97% from 255 or 31.00% from 558); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB5AD is #334A52. Grayscale: #BBBBBB. Windows color (decimal): -3361363 or 11384268. OLE color: 11384268.
HSL color Cylindrical-coordinate representation of color #CCB5AD: hue angle of 15.48º 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 #CCB5AD is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 181 | 173 | - |
| CMYK | 0 | 0.11 | 0.15 | 0.2 |
| HSL | 15.48º | 0.23% | 0.74% | - |
| HSV(B) | 15.48º | 0.15% | 0.8% | - |
| XYZ | 48.97 | 48.9 | 46.39 | - |
| YUV | 186.97 | 120.12 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 181 | 173 | 0 | 0.11 | 0.15 | 0.2 | 15.48 | 0.23 | 0.74 |
| Hex | CC | B5 | AD | 0 | B | F | 14 | F | 17 | 4A |
| Octal | 314 | 265 | 255 | 0 | 13 | 17 | 24 | 17 | 27 | 112 |
| Binary | 11001100 | 10110101 | 10101101 | 0 | 1011 | 1111 | 10100 | 1111 | 10111 | 1001010 |
Color Harmonies of #CCB5AD
Complementary color
Monochromatic Colors of #CCB5AD
Black with #CCB5AD
Text Example
Text Example
White with #CCB5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB5AD; }
p { color: rgb(204,181,173); }
H1.HeaderClassName
{
color: #CCB5AD;
}
.AnyTagClassName
{
color: #CCB5AD;
}
</style>
background-color css
<style>
a { background-color: #CCB5AD; }
a { background-color: rgb(204,181,173); }
div.DivClassName
{
background-color: #CCB5AD;
}
.BgClassName
{
background-color: #CCB5AD;
}
</style>
border-color css
<style>
span { border-color: #CCB5AD; }
span { border-color: rgb(204,181,173); }
td.TdClassName
{
border-color: #CCB5AD;
}
.TagClassName
{
border-color: #CCB5AD;
}
</style>