Shades of Clam Shell #CBB0A2
Tints of Clam Shell #CBB0A2
RGB
CMYK
RGB Variations
Color information
#CBB0A2 (or 0xCBB0A2) is known color: Clam Shell. HEX triplet: CB, B0 and A2. RGB value is (203,176,162). Sum of RGB (Red+Green+Blue) = 203+176+162=541 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.52% from 541); Green value is 176 (69.14% from 255 or 32.53% from 541); Blue value is 162 (63.67% from 255 or 29.94% from 541); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB0A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBB0A2 is #344F5D. Grayscale: #B6B6B6. Windows color (decimal): -3428190 or 10662091. OLE color: 10662091.
HSL color Cylindrical-coordinate representation of color #CBB0A2: hue angle of 20.49º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBB0A2 is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 176 | 162 | - |
| CMYK | 0 | 0.13 | 0.20 | 0.20 |
| HSL | 20.49º | 0.28% | 0.72% | - |
| HSV(B) | 20.49º | 0.2% | 0.8% | - |
| XYZ | 46.68 | 46.36 | 40.67 | - |
| YUV | 182.48 | 116.45 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 176 | 162 | 0 | 0.13 | 0.20 | 0.20 | 20.49 | 0.28 | 0.72 |
| Hex | CB | B0 | A2 | 0 | D | 14 | 14 | 14 | 1C | 48 |
| Octal | 313 | 260 | 242 | 0 | 15 | 24 | 24 | 24 | 34 | 110 |
| Binary | 11001011 | 10110000 | 10100010 | 0 | 1101 | 10100 | 10100 | 10100 | 11100 | 1001000 |
Color Harmonies of #CBB0A2
Complementary color
Monochromatic Colors of #CBB0A2
Black with #CBB0A2
Text Example
Text Example
White with #CBB0A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB0A2; }
p { color: rgb(203,176,162); }
H1.HeaderClassName
{
color: #CBB0A2;
}
.AnyTagClassName
{
color: #CBB0A2;
}
</style>
background-color css
<style>
a { background-color: #CBB0A2; }
a { background-color: rgb(203,176,162); }
div.DivClassName
{
background-color: #CBB0A2;
}
.BgClassName
{
background-color: #CBB0A2;
}
</style>
border-color css
<style>
span { border-color: #CBB0A2; }
span { border-color: rgb(203,176,162); }
td.TdClassName
{
border-color: #CBB0A2;
}
.TagClassName
{
border-color: #CBB0A2;
}
</style>