Shades of Clam Shell #CBB6AF
Tints of Clam Shell #CBB6AF
RGB
CMYK
RGB Variations
Color information
#CBB6AF (or 0xCBB6AF) is known color: Clam Shell. HEX triplet: CB, B6 and AF. RGB value is (203,182,175). Sum of RGB (Red+Green+Blue) = 203+182+175=560 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.25% from 560); Green value is 182 (71.48% from 255 or 32.5% from 560); Blue value is 175 (68.75% from 255 or 31.25% from 560); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB6AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB6AF is #344950. Grayscale: #BBBBBB. Windows color (decimal): -3426641 or 11515595. OLE color: 11515595.
HSL color Cylindrical-coordinate representation of color #CBB6AF: hue angle of 15º degrees, saturation: 0.21, 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 #CBB6AF is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 182 | 175 | - |
| CMYK | 0 | 0.10 | 0.14 | 0.20 |
| HSL | 15º | 0.21% | 0.74% | - |
| HSV(B) | 15º | 0.14% | 0.8% | - |
| XYZ | 49.09 | 49.25 | 47.48 | - |
| YUV | 187.48 | 120.96 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 182 | 175 | 0 | 0.10 | 0.14 | 0.20 | 15 | 0.21 | 0.74 |
| Hex | CB | B6 | AF | 0 | A | E | 14 | F | 15 | 4A |
| Octal | 313 | 266 | 257 | 0 | 12 | 16 | 24 | 17 | 25 | 112 |
| Binary | 11001011 | 10110110 | 10101111 | 0 | 1010 | 1110 | 10100 | 1111 | 10101 | 1001010 |
Color Harmonies of #CBB6AF
Complementary color
Monochromatic Colors of #CBB6AF
Black with #CBB6AF
Text Example
Text Example
White with #CBB6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB6AF; }
p { color: rgb(203,182,175); }
H1.HeaderClassName
{
color: #CBB6AF;
}
.AnyTagClassName
{
color: #CBB6AF;
}
</style>
background-color css
<style>
a { background-color: #CBB6AF; }
a { background-color: rgb(203,182,175); }
div.DivClassName
{
background-color: #CBB6AF;
}
.BgClassName
{
background-color: #CBB6AF;
}
</style>
border-color css
<style>
span { border-color: #CBB6AF; }
span { border-color: rgb(203,182,175); }
td.TdClassName
{
border-color: #CBB6AF;
}
.TagClassName
{
border-color: #CBB6AF;
}
</style>