Shades of Clam Shell #CCB6AD
Tints of Clam Shell #CCB6AD
RGB
CMYK
RGB Variations
Color information
#CCB6AD (or 0xCCB6AD) is known color: Clam Shell. HEX triplet: CC, B6 and AD. RGB value is (204,182,173). Sum of RGB (Red+Green+Blue) = 204+182+173=559 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.49% from 559); Green value is 182 (71.48% from 255 or 32.56% from 559); Blue value is 173 (67.97% from 255 or 30.95% from 559); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB6AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB6AD is #334952. Grayscale: #BBBBBB. Windows color (decimal): -3361107 or 11384524. OLE color: 11384524.
HSL color Cylindrical-coordinate representation of color #CCB6AD: hue angle of 17.42º 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 #CCB6AD is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 182 | 173 | - |
| CMYK | 0 | 0.11 | 0.15 | 0.2 |
| HSL | 17.42º | 0.23% | 0.74% | - |
| HSV(B) | 17.42º | 0.15% | 0.8% | - |
| XYZ | 49.17 | 49.31 | 46.46 | - |
| YUV | 187.55 | 119.79 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 182 | 173 | 0 | 0.11 | 0.15 | 0.2 | 17.42 | 0.23 | 0.74 |
| Hex | CC | B6 | AD | 0 | B | F | 14 | 11 | 17 | 4A |
| Octal | 314 | 266 | 255 | 0 | 13 | 17 | 24 | 21 | 27 | 112 |
| Binary | 11001100 | 10110110 | 10101101 | 0 | 1011 | 1111 | 10100 | 10001 | 10111 | 1001010 |
Color Harmonies of #CCB6AD
Complementary color
Monochromatic Colors of #CCB6AD
Black with #CCB6AD
Text Example
Text Example
White with #CCB6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB6AD; }
p { color: rgb(204,182,173); }
H1.HeaderClassName
{
color: #CCB6AD;
}
.AnyTagClassName
{
color: #CCB6AD;
}
</style>
background-color css
<style>
a { background-color: #CCB6AD; }
a { background-color: rgb(204,182,173); }
div.DivClassName
{
background-color: #CCB6AD;
}
.BgClassName
{
background-color: #CCB6AD;
}
</style>
border-color css
<style>
span { border-color: #CCB6AD; }
span { border-color: rgb(204,182,173); }
td.TdClassName
{
border-color: #CCB6AD;
}
.TagClassName
{
border-color: #CCB6AD;
}
</style>