Shades of Clam Shell #CBB5AC
Tints of Clam Shell #CBB5AC
RGB
CMYK
RGB Variations
Color information
#CBB5AC (or 0xCBB5AC) is known color: Clam Shell. HEX triplet: CB, B5 and AC. RGB value is (203,181,172). Sum of RGB (Red+Green+Blue) = 203+181+172=556 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.51% from 556); Green value is 181 (71.09% from 255 or 32.55% from 556); Blue value is 172 (67.58% from 255 or 30.94% from 556); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB5AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB5AC is #344A53. Grayscale: #BABABA. Windows color (decimal): -3426900 or 11318731. OLE color: 11318731.
HSL color Cylindrical-coordinate representation of color #CBB5AC: hue angle of 17.42º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBB5AC is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 181 | 172 | - |
| CMYK | 0 | 0.11 | 0.15 | 0.20 |
| HSL | 17.42º | 0.23% | 0.74% | - |
| HSV(B) | 17.42º | 0.15% | 0.8% | - |
| XYZ | 48.6 | 48.72 | 45.87 | - |
| YUV | 186.55 | 119.79 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 181 | 172 | 0 | 0.11 | 0.15 | 0.20 | 17.42 | 0.23 | 0.74 |
| Hex | CB | B5 | AC | 0 | B | F | 14 | 11 | 17 | 4A |
| Octal | 313 | 265 | 254 | 0 | 13 | 17 | 24 | 21 | 27 | 112 |
| Binary | 11001011 | 10110101 | 10101100 | 0 | 1011 | 1111 | 10100 | 10001 | 10111 | 1001010 |
Color Harmonies of #CBB5AC
Complementary color
Monochromatic Colors of #CBB5AC
Black with #CBB5AC
Text Example
Text Example
White with #CBB5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB5AC; }
p { color: rgb(203,181,172); }
H1.HeaderClassName
{
color: #CBB5AC;
}
.AnyTagClassName
{
color: #CBB5AC;
}
</style>
background-color css
<style>
a { background-color: #CBB5AC; }
a { background-color: rgb(203,181,172); }
div.DivClassName
{
background-color: #CBB5AC;
}
.BgClassName
{
background-color: #CBB5AC;
}
</style>
border-color css
<style>
span { border-color: #CBB5AC; }
span { border-color: rgb(203,181,172); }
td.TdClassName
{
border-color: #CBB5AC;
}
.TagClassName
{
border-color: #CBB5AC;
}
</style>