Shades of Clam Shell #C9B5AC
Tints of Clam Shell #C9B5AC
RGB
CMYK
RGB Variations
Color information
#C9B5AC (or 0xC9B5AC) is known color: Clam Shell. HEX triplet: C9, B5 and AC. RGB value is (201,181,172). Sum of RGB (Red+Green+Blue) = 201+181+172=554 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.28% from 554); Green value is 181 (71.09% from 255 or 32.67% from 554); Blue value is 172 (67.58% from 255 or 31.05% from 554); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B5AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9B5AC is #364A53. Grayscale: #BABABA. Windows color (decimal): -3557972 or 11318729. OLE color: 11318729.
HSL color Cylindrical-coordinate representation of color #C9B5AC: hue angle of 18.62º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C9B5AC is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
RGB | 201 | 181 | 172 | - |
CMYK | 0 | 0.10 | 0.14 | 0.21 |
HSL | 18.62º | 0.21% | 0.73% | - |
HSV(B) | 18.62º | 0.14% | 0.79% | - |
XYZ | 48.06 | 48.44 | 45.85 | - |
YUV | 185.95 | 120.13 | 138.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 181 | 172 | 0 | 0.10 | 0.14 | 0.21 | 18.62 | 0.21 | 0.73 |
Hex | C9 | B5 | AC | 0 | A | E | 15 | 13 | 15 | 49 |
Octal | 311 | 265 | 254 | 0 | 12 | 16 | 25 | 23 | 25 | 111 |
Binary | 11001001 | 10110101 | 10101100 | 0 | 1010 | 1110 | 10101 | 10011 | 10101 | 1001001 |
Color Harmonies of #C9B5AC
Complementary color
Monochromatic Colors of #C9B5AC
Black with #C9B5AC
Text Example
Text Example
White with #C9B5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B5AC; }
p { color: rgb(201,181,172); }
H1.HeaderClassName
{
color: #C9B5AC;
}
.AnyTagClassName
{
color: #C9B5AC;
}
</style>
background-color css
<style>
a { background-color: #C9B5AC; }
a { background-color: rgb(201,181,172); }
div.DivClassName
{
background-color: #C9B5AC;
}
.BgClassName
{
background-color: #C9B5AC;
}
</style>
border-color css
<style>
span { border-color: #C9B5AC; }
span { border-color: rgb(201,181,172); }
td.TdClassName
{
border-color: #C9B5AC;
}
.TagClassName
{
border-color: #C9B5AC;
}
</style>