Shades of Clam Shell #CCB6AF
Tints of Clam Shell #CCB6AF
RGB
CMYK
RGB Variations
Color information
#CCB6AF (or 0xCCB6AF) is known color: Clam Shell. HEX triplet: CC, B6 and AF. RGB value is (204,182,175). Sum of RGB (Red+Green+Blue) = 204+182+175=561 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.36% from 561); Green value is 182 (71.48% from 255 or 32.44% from 561); Blue value is 175 (68.75% from 255 or 31.19% from 561); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB6AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB6AF is #334950. Grayscale: #BBBBBB. Windows color (decimal): -3361105 or 11515596. OLE color: 11515596.
HSL color Cylindrical-coordinate representation of color #CCB6AF: hue angle of 14.48º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCB6AF is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 182 | 175 | - |
| CMYK | 0 | 0.11 | 0.14 | 0.2 |
| HSL | 14.48º | 0.22% | 0.74% | - |
| HSV(B) | 14.48º | 0.14% | 0.8% | - |
| XYZ | 49.37 | 49.39 | 47.49 | - |
| YUV | 187.78 | 120.79 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 182 | 175 | 0 | 0.11 | 0.14 | 0.2 | 14.48 | 0.22 | 0.74 |
| Hex | CC | B6 | AF | 0 | B | E | 14 | E | 16 | 4A |
| Octal | 314 | 266 | 257 | 0 | 13 | 16 | 24 | 16 | 26 | 112 |
| Binary | 11001100 | 10110110 | 10101111 | 0 | 1011 | 1110 | 10100 | 1110 | 10110 | 1001010 |
Color Harmonies of #CCB6AF
Complementary color
Monochromatic Colors of #CCB6AF
Black with #CCB6AF
Text Example
Text Example
White with #CCB6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB6AF; }
p { color: rgb(204,182,175); }
H1.HeaderClassName
{
color: #CCB6AF;
}
.AnyTagClassName
{
color: #CCB6AF;
}
</style>
background-color css
<style>
a { background-color: #CCB6AF; }
a { background-color: rgb(204,182,175); }
div.DivClassName
{
background-color: #CCB6AF;
}
.BgClassName
{
background-color: #CCB6AF;
}
</style>
border-color css
<style>
span { border-color: #CCB6AF; }
span { border-color: rgb(204,182,175); }
td.TdClassName
{
border-color: #CCB6AF;
}
.TagClassName
{
border-color: #CCB6AF;
}
</style>