Shades of Clam Shell #CFACA4
Tints of Clam Shell #CFACA4
RGB
CMYK
RGB Variations
Color information
#CFACA4 (or 0xCFACA4) is known color: Clam Shell. HEX triplet: CF, AC and A4. RGB value is (207,172,164). Sum of RGB (Red+Green+Blue) = 207+172+164=543 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.12% from 543); Green value is 172 (67.58% from 255 or 31.68% from 543); Blue value is 164 (64.45% from 255 or 30.20% from 543); Max value from RGB is 207 - color contains mainly: red. Hex color #CFACA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFACA4 is #30535B. Grayscale: #B5B5B5. Windows color (decimal): -3167068 or 10792143. OLE color: 10792143.
HSL color Cylindrical-coordinate representation of color #CFACA4: hue angle of 11.16º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFACA4 is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 172 | 164 | - |
| CMYK | 0 | 0.17 | 0.21 | 0.19 |
| HSL | 11.16º | 0.31% | 0.73% | - |
| HSV(B) | 11.16º | 0.21% | 0.81% | - |
| XYZ | 47.19 | 45.45 | 41.41 | - |
| YUV | 181.55 | 118.1 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 172 | 164 | 0 | 0.17 | 0.21 | 0.19 | 11.16 | 0.31 | 0.73 |
| Hex | CF | AC | A4 | 0 | 11 | 15 | 13 | B | 1F | 49 |
| Octal | 317 | 254 | 244 | 0 | 21 | 25 | 23 | 13 | 37 | 111 |
| Binary | 11001111 | 10101100 | 10100100 | 0 | 10001 | 10101 | 10011 | 1011 | 11111 | 1001001 |
Color Harmonies of #CFACA4
Complementary color
Monochromatic Colors of #CFACA4
Black with #CFACA4
Text Example
Text Example
White with #CFACA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFACA4; }
p { color: rgb(207,172,164); }
H1.HeaderClassName
{
color: #CFACA4;
}
.AnyTagClassName
{
color: #CFACA4;
}
</style>
background-color css
<style>
a { background-color: #CFACA4; }
a { background-color: rgb(207,172,164); }
div.DivClassName
{
background-color: #CFACA4;
}
.BgClassName
{
background-color: #CFACA4;
}
</style>
border-color css
<style>
span { border-color: #CFACA4; }
span { border-color: rgb(207,172,164); }
td.TdClassName
{
border-color: #CFACA4;
}
.TagClassName
{
border-color: #CFACA4;
}
</style>