Shades of Clam Shell #CCB3A5
Tints of Clam Shell #CCB3A5
RGB
CMYK
RGB Variations
Color information
#CCB3A5 (or 0xCCB3A5) is known color: Clam Shell. HEX triplet: CC, B3 and A5. RGB value is (204,179,165). Sum of RGB (Red+Green+Blue) = 204+179+165=548 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.23% from 548); Green value is 179 (70.31% from 255 or 32.66% from 548); Blue value is 165 (64.84% from 255 or 30.11% from 548); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB3A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB3A5 is #334C5A. Grayscale: #B8B8B8. Windows color (decimal): -3361883 or 10859468. OLE color: 10859468.
HSL color Cylindrical-coordinate representation of color #CCB3A5: hue angle of 21.54º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCB3A5 is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 179 | 165 | - |
| CMYK | 0 | 0.12 | 0.19 | 0.2 |
| HSL | 21.54º | 0.28% | 0.72% | - |
| HSV(B) | 21.54º | 0.19% | 0.8% | - |
| XYZ | 47.81 | 47.79 | 42.3 | - |
| YUV | 184.88 | 116.78 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 179 | 165 | 0 | 0.12 | 0.19 | 0.2 | 21.54 | 0.28 | 0.72 |
| Hex | CC | B3 | A5 | 0 | C | 13 | 14 | 16 | 1C | 48 |
| Octal | 314 | 263 | 245 | 0 | 14 | 23 | 24 | 26 | 34 | 110 |
| Binary | 11001100 | 10110011 | 10100101 | 0 | 1100 | 10011 | 10100 | 10110 | 11100 | 1001000 |
Color Harmonies of #CCB3A5
Complementary color
Monochromatic Colors of #CCB3A5
Black with #CCB3A5
Text Example
Text Example
White with #CCB3A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB3A5; }
p { color: rgb(204,179,165); }
H1.HeaderClassName
{
color: #CCB3A5;
}
.AnyTagClassName
{
color: #CCB3A5;
}
</style>
background-color css
<style>
a { background-color: #CCB3A5; }
a { background-color: rgb(204,179,165); }
div.DivClassName
{
background-color: #CCB3A5;
}
.BgClassName
{
background-color: #CCB3A5;
}
</style>
border-color css
<style>
span { border-color: #CCB3A5; }
span { border-color: rgb(204,179,165); }
td.TdClassName
{
border-color: #CCB3A5;
}
.TagClassName
{
border-color: #CCB3A5;
}
</style>