Shades of Clam Shell #CBB4AA
Tints of Clam Shell #CBB4AA
RGB
CMYK
RGB Variations
Color information
#CBB4AA (or 0xCBB4AA) is known color: Clam Shell. HEX triplet: CB, B4 and AA. RGB value is (203,180,170). Sum of RGB (Red+Green+Blue) = 203+180+170=553 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.71% from 553); Green value is 180 (70.70% from 255 or 32.55% from 553); Blue value is 170 (66.80% from 255 or 30.74% from 553); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB4AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB4AA is #344B55. Grayscale: #B9B9B9. Windows color (decimal): -3427158 or 11187403. OLE color: 11187403.
HSL color Cylindrical-coordinate representation of color #CBB4AA: hue angle of 18.18º 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 #CBB4AA is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 180 | 170 | - |
| CMYK | 0 | 0.11 | 0.16 | 0.20 |
| HSL | 18.18º | 0.24% | 0.73% | - |
| HSV(B) | 18.18º | 0.16% | 0.8% | - |
| XYZ | 48.21 | 48.24 | 44.8 | - |
| YUV | 185.74 | 119.12 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 180 | 170 | 0 | 0.11 | 0.16 | 0.20 | 18.18 | 0.24 | 0.73 |
| Hex | CB | B4 | AA | 0 | B | 10 | 14 | 12 | 18 | 49 |
| Octal | 313 | 264 | 252 | 0 | 13 | 20 | 24 | 22 | 30 | 111 |
| Binary | 11001011 | 10110100 | 10101010 | 0 | 1011 | 10000 | 10100 | 10010 | 11000 | 1001001 |
Color Harmonies of #CBB4AA
Complementary color
Monochromatic Colors of #CBB4AA
Black with #CBB4AA
Text Example
Text Example
White with #CBB4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB4AA; }
p { color: rgb(203,180,170); }
H1.HeaderClassName
{
color: #CBB4AA;
}
.AnyTagClassName
{
color: #CBB4AA;
}
</style>
background-color css
<style>
a { background-color: #CBB4AA; }
a { background-color: rgb(203,180,170); }
div.DivClassName
{
background-color: #CBB4AA;
}
.BgClassName
{
background-color: #CBB4AA;
}
</style>
border-color css
<style>
span { border-color: #CBB4AA; }
span { border-color: rgb(203,180,170); }
td.TdClassName
{
border-color: #CBB4AA;
}
.TagClassName
{
border-color: #CBB4AA;
}
</style>