Shades of Clam Shell #CBB5AD
Tints of Clam Shell #CBB5AD
RGB
CMYK
RGB Variations
Color information
#CBB5AD (or 0xCBB5AD) is known color: Clam Shell. HEX triplet: CB, B5 and AD. RGB value is (203,181,173). Sum of RGB (Red+Green+Blue) = 203+181+173=557 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.45% from 557); Green value is 181 (71.09% from 255 or 32.50% from 557); Blue value is 173 (67.97% from 255 or 31.06% from 557); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB5AD is #344A52. Grayscale: #BABABA. Windows color (decimal): -3426899 or 11384267. OLE color: 11384267.
HSL color Cylindrical-coordinate representation of color #CBB5AD: hue angle of 16º degrees, saturation: 0.22, 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 #CBB5AD is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 181 | 173 | - |
| CMYK | 0 | 0.11 | 0.15 | 0.20 |
| HSL | 16º | 0.22% | 0.74% | - |
| HSV(B) | 16º | 0.15% | 0.8% | - |
| XYZ | 48.7 | 48.76 | 46.38 | - |
| YUV | 186.67 | 120.29 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 181 | 173 | 0 | 0.11 | 0.15 | 0.20 | 16 | 0.22 | 0.74 |
| Hex | CB | B5 | AD | 0 | B | F | 14 | 10 | 16 | 4A |
| Octal | 313 | 265 | 255 | 0 | 13 | 17 | 24 | 20 | 26 | 112 |
| Binary | 11001011 | 10110101 | 10101101 | 0 | 1011 | 1111 | 10100 | 10000 | 10110 | 1001010 |
Color Harmonies of #CBB5AD
Complementary color
Monochromatic Colors of #CBB5AD
Black with #CBB5AD
Text Example
Text Example
White with #CBB5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB5AD; }
p { color: rgb(203,181,173); }
H1.HeaderClassName
{
color: #CBB5AD;
}
.AnyTagClassName
{
color: #CBB5AD;
}
</style>
background-color css
<style>
a { background-color: #CBB5AD; }
a { background-color: rgb(203,181,173); }
div.DivClassName
{
background-color: #CBB5AD;
}
.BgClassName
{
background-color: #CBB5AD;
}
</style>
border-color css
<style>
span { border-color: #CBB5AD; }
span { border-color: rgb(203,181,173); }
td.TdClassName
{
border-color: #CBB5AD;
}
.TagClassName
{
border-color: #CBB5AD;
}
</style>