Shades of Clam Shell #CCB4A7
Tints of Clam Shell #CCB4A7
RGB
CMYK
RGB Variations
Color information
#CCB4A7 (or 0xCCB4A7) is known color: Clam Shell. HEX triplet: CC, B4 and A7. RGB value is (204,180,167). Sum of RGB (Red+Green+Blue) = 204+180+167=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 180 (70.70% from 255 or 32.67% from 551); Blue value is 167 (65.62% from 255 or 30.31% from 551); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB4A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB4A7 is #334B58. Grayscale: #B9B9B9. Windows color (decimal): -3361625 or 10990796. OLE color: 10990796.
HSL color Cylindrical-coordinate representation of color #CCB4A7: hue angle of 21.08º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCB4A7 is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 180 | 167 | - |
| CMYK | 0 | 0.12 | 0.18 | 0.2 |
| HSL | 21.08º | 0.27% | 0.73% | - |
| HSV(B) | 21.08º | 0.18% | 0.8% | - |
| XYZ | 48.2 | 48.27 | 43.34 | - |
| YUV | 185.69 | 117.45 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 180 | 167 | 0 | 0.12 | 0.18 | 0.2 | 21.08 | 0.27 | 0.73 |
| Hex | CC | B4 | A7 | 0 | C | 12 | 14 | 15 | 1B | 49 |
| Octal | 314 | 264 | 247 | 0 | 14 | 22 | 24 | 25 | 33 | 111 |
| Binary | 11001100 | 10110100 | 10100111 | 0 | 1100 | 10010 | 10100 | 10101 | 11011 | 1001001 |
Color Harmonies of #CCB4A7
Complementary color
Monochromatic Colors of #CCB4A7
Black with #CCB4A7
Text Example
Text Example
White with #CCB4A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB4A7; }
p { color: rgb(204,180,167); }
H1.HeaderClassName
{
color: #CCB4A7;
}
.AnyTagClassName
{
color: #CCB4A7;
}
</style>
background-color css
<style>
a { background-color: #CCB4A7; }
a { background-color: rgb(204,180,167); }
div.DivClassName
{
background-color: #CCB4A7;
}
.BgClassName
{
background-color: #CCB4A7;
}
</style>
border-color css
<style>
span { border-color: #CCB4A7; }
span { border-color: rgb(204,180,167); }
td.TdClassName
{
border-color: #CCB4A7;
}
.TagClassName
{
border-color: #CCB4A7;
}
</style>