Shades of Clam Shell #CCACA5
Tints of Clam Shell #CCACA5
RGB
CMYK
RGB Variations
Color information
#CCACA5 (or 0xCCACA5) is known color: Clam Shell. HEX triplet: CC, AC and A5. RGB value is (204,172,165). Sum of RGB (Red+Green+Blue) = 204+172+165=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 172 (67.58% from 255 or 31.79% from 541); Blue value is 165 (64.84% from 255 or 30.50% from 541); Max value from RGB is 204 - color contains mainly: red. Hex color #CCACA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCACA5 is #33535A. Grayscale: #B4B4B4. Windows color (decimal): -3363675 or 10857676. OLE color: 10857676.
HSL color Cylindrical-coordinate representation of color #CCACA5: hue angle of 10.77º 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 #CCACA5 is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 172 | 165 | - |
| CMYK | 0 | 0.16 | 0.19 | 0.2 |
| HSL | 10.77º | 0.28% | 0.72% | - |
| HSV(B) | 10.77º | 0.19% | 0.8% | - |
| XYZ | 46.45 | 45.06 | 41.85 | - |
| YUV | 180.77 | 119.1 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 172 | 165 | 0 | 0.16 | 0.19 | 0.2 | 10.77 | 0.28 | 0.72 |
| Hex | CC | AC | A5 | 0 | 10 | 13 | 14 | B | 1C | 48 |
| Octal | 314 | 254 | 245 | 0 | 20 | 23 | 24 | 13 | 34 | 110 |
| Binary | 11001100 | 10101100 | 10100101 | 0 | 10000 | 10011 | 10100 | 1011 | 11100 | 1001000 |
Color Harmonies of #CCACA5
Complementary color
Monochromatic Colors of #CCACA5
Black with #CCACA5
Text Example
Text Example
White with #CCACA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCACA5; }
p { color: rgb(204,172,165); }
H1.HeaderClassName
{
color: #CCACA5;
}
.AnyTagClassName
{
color: #CCACA5;
}
</style>
background-color css
<style>
a { background-color: #CCACA5; }
a { background-color: rgb(204,172,165); }
div.DivClassName
{
background-color: #CCACA5;
}
.BgClassName
{
background-color: #CCACA5;
}
</style>
border-color css
<style>
span { border-color: #CCACA5; }
span { border-color: rgb(204,172,165); }
td.TdClassName
{
border-color: #CCACA5;
}
.TagClassName
{
border-color: #CCACA5;
}
</style>