Shades of Clam Shell #CBB6AA
Tints of Clam Shell #CBB6AA
RGB
CMYK
RGB Variations
Color information
#CBB6AA (or 0xCBB6AA) is known color: Clam Shell. HEX triplet: CB, B6 and AA. RGB value is (203,182,170). Sum of RGB (Red+Green+Blue) = 203+182+170=555 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.58% from 555); Green value is 182 (71.48% from 255 or 32.79% from 555); Blue value is 170 (66.80% from 255 or 30.63% from 555); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB6AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB6AA is #344955. Grayscale: #BABABA. Windows color (decimal): -3426646 or 11187915. OLE color: 11187915.
HSL color Cylindrical-coordinate representation of color #CBB6AA: hue angle of 21.82º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBB6AA is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 182 | 170 | - |
| CMYK | 0 | 0.10 | 0.16 | 0.20 |
| HSL | 21.82º | 0.24% | 0.73% | - |
| HSV(B) | 21.82º | 0.16% | 0.8% | - |
| XYZ | 48.61 | 49.05 | 44.94 | - |
| YUV | 186.91 | 118.46 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 182 | 170 | 0 | 0.10 | 0.16 | 0.20 | 21.82 | 0.24 | 0.73 |
| Hex | CB | B6 | AA | 0 | A | 10 | 14 | 16 | 18 | 49 |
| Octal | 313 | 266 | 252 | 0 | 12 | 20 | 24 | 26 | 30 | 111 |
| Binary | 11001011 | 10110110 | 10101010 | 0 | 1010 | 10000 | 10100 | 10110 | 11000 | 1001001 |
Color Harmonies of #CBB6AA
Complementary color
Monochromatic Colors of #CBB6AA
Black with #CBB6AA
Text Example
Text Example
White with #CBB6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB6AA; }
p { color: rgb(203,182,170); }
H1.HeaderClassName
{
color: #CBB6AA;
}
.AnyTagClassName
{
color: #CBB6AA;
}
</style>
background-color css
<style>
a { background-color: #CBB6AA; }
a { background-color: rgb(203,182,170); }
div.DivClassName
{
background-color: #CBB6AA;
}
.BgClassName
{
background-color: #CBB6AA;
}
</style>
border-color css
<style>
span { border-color: #CBB6AA; }
span { border-color: rgb(203,182,170); }
td.TdClassName
{
border-color: #CBB6AA;
}
.TagClassName
{
border-color: #CBB6AA;
}
</style>