Shades of Clam Shell #CBB2AA
Tints of Clam Shell #CBB2AA
RGB
CMYK
RGB Variations
Color information
#CBB2AA (or 0xCBB2AA) is known color: Clam Shell. HEX triplet: CB, B2 and AA. RGB value is (203,178,170). Sum of RGB (Red+Green+Blue) = 203+178+170=551 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.84% from 551); Green value is 178 (69.92% from 255 or 32.30% from 551); Blue value is 170 (66.80% from 255 or 30.85% from 551); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB2AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBB2AA is #344D55. Grayscale: #B8B8B8. Windows color (decimal): -3427670 or 11186891. OLE color: 11186891.
HSL color Cylindrical-coordinate representation of color #CBB2AA: hue angle of 14.55º 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 #CBB2AA is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 178 | 170 | - |
| CMYK | 0 | 0.12 | 0.16 | 0.20 |
| HSL | 14.55º | 0.24% | 0.73% | - |
| HSV(B) | 14.55º | 0.16% | 0.8% | - |
| XYZ | 47.8 | 47.44 | 44.67 | - |
| YUV | 184.56 | 119.78 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 178 | 170 | 0 | 0.12 | 0.16 | 0.20 | 14.55 | 0.24 | 0.73 |
| Hex | CB | B2 | AA | 0 | C | 10 | 14 | F | 18 | 49 |
| Octal | 313 | 262 | 252 | 0 | 14 | 20 | 24 | 17 | 30 | 111 |
| Binary | 11001011 | 10110010 | 10101010 | 0 | 1100 | 10000 | 10100 | 1111 | 11000 | 1001001 |
Color Harmonies of #CBB2AA
Complementary color
Monochromatic Colors of #CBB2AA
Black with #CBB2AA
Text Example
Text Example
White with #CBB2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB2AA; }
p { color: rgb(203,178,170); }
H1.HeaderClassName
{
color: #CBB2AA;
}
.AnyTagClassName
{
color: #CBB2AA;
}
</style>
background-color css
<style>
a { background-color: #CBB2AA; }
a { background-color: rgb(203,178,170); }
div.DivClassName
{
background-color: #CBB2AA;
}
.BgClassName
{
background-color: #CBB2AA;
}
</style>
border-color css
<style>
span { border-color: #CBB2AA; }
span { border-color: rgb(203,178,170); }
td.TdClassName
{
border-color: #CBB2AA;
}
.TagClassName
{
border-color: #CBB2AA;
}
</style>