Shades of Clam Shell #CCB3A7
Tints of Clam Shell #CCB3A7
RGB
CMYK
RGB Variations
Color information
#CCB3A7 (or 0xCCB3A7) is known color: Clam Shell. HEX triplet: CC, B3 and A7. RGB value is (204,179,167). Sum of RGB (Red+Green+Blue) = 204+179+167=550 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.09% from 550); Green value is 179 (70.31% from 255 or 32.55% from 550); Blue value is 167 (65.62% from 255 or 30.36% from 550); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB3A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB3A7 is #334C58. Grayscale: #B9B9B9. Windows color (decimal): -3361881 or 10990540. OLE color: 10990540.
HSL color Cylindrical-coordinate representation of color #CCB3A7: hue angle of 19.46º 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 #CCB3A7 is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 179 | 167 | - |
| CMYK | 0 | 0.12 | 0.18 | 0.2 |
| HSL | 19.46º | 0.27% | 0.73% | - |
| HSV(B) | 19.46º | 0.18% | 0.8% | - |
| XYZ | 48 | 47.87 | 43.27 | - |
| YUV | 185.11 | 117.78 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 179 | 167 | 0 | 0.12 | 0.18 | 0.2 | 19.46 | 0.27 | 0.73 |
| Hex | CC | B3 | A7 | 0 | C | 12 | 14 | 13 | 1B | 49 |
| Octal | 314 | 263 | 247 | 0 | 14 | 22 | 24 | 23 | 33 | 111 |
| Binary | 11001100 | 10110011 | 10100111 | 0 | 1100 | 10010 | 10100 | 10011 | 11011 | 1001001 |
Color Harmonies of #CCB3A7
Complementary color
Monochromatic Colors of #CCB3A7
Black with #CCB3A7
Text Example
Text Example
White with #CCB3A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB3A7; }
p { color: rgb(204,179,167); }
H1.HeaderClassName
{
color: #CCB3A7;
}
.AnyTagClassName
{
color: #CCB3A7;
}
</style>
background-color css
<style>
a { background-color: #CCB3A7; }
a { background-color: rgb(204,179,167); }
div.DivClassName
{
background-color: #CCB3A7;
}
.BgClassName
{
background-color: #CCB3A7;
}
</style>
border-color css
<style>
span { border-color: #CCB3A7; }
span { border-color: rgb(204,179,167); }
td.TdClassName
{
border-color: #CCB3A7;
}
.TagClassName
{
border-color: #CCB3A7;
}
</style>