Shades of Clam Shell #CBADA2
Tints of Clam Shell #CBADA2
RGB
CMYK
RGB Variations
Color information
#CBADA2 (or 0xCBADA2) is known color: Clam Shell. HEX triplet: CB, AD and A2. RGB value is (203,173,162). Sum of RGB (Red+Green+Blue) = 203+173+162=538 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.73% from 538); Green value is 173 (67.97% from 255 or 32.16% from 538); Blue value is 162 (63.67% from 255 or 30.11% from 538); Max value from RGB is 203 - color contains mainly: red. Hex color #CBADA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBADA2 is #34525D. Grayscale: #B4B4B4. Windows color (decimal): -3428958 or 10661323. OLE color: 10661323.
HSL color Cylindrical-coordinate representation of color #CBADA2: hue angle of 16.1º 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 #CBADA2 is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 173 | 162 | - |
| CMYK | 0 | 0.15 | 0.20 | 0.20 |
| HSL | 16.1º | 0.28% | 0.72% | - |
| HSV(B) | 16.1º | 0.2% | 0.8% | - |
| XYZ | 46.09 | 45.19 | 40.48 | - |
| YUV | 180.72 | 117.44 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 173 | 162 | 0 | 0.15 | 0.20 | 0.20 | 16.1 | 0.28 | 0.72 |
| Hex | CB | AD | A2 | 0 | F | 14 | 14 | 10 | 1C | 48 |
| Octal | 313 | 255 | 242 | 0 | 17 | 24 | 24 | 20 | 34 | 110 |
| Binary | 11001011 | 10101101 | 10100010 | 0 | 1111 | 10100 | 10100 | 10000 | 11100 | 1001000 |
Color Harmonies of #CBADA2
Complementary color
Monochromatic Colors of #CBADA2
Black with #CBADA2
Text Example
Text Example
White with #CBADA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBADA2; }
p { color: rgb(203,173,162); }
H1.HeaderClassName
{
color: #CBADA2;
}
.AnyTagClassName
{
color: #CBADA2;
}
</style>
background-color css
<style>
a { background-color: #CBADA2; }
a { background-color: rgb(203,173,162); }
div.DivClassName
{
background-color: #CBADA2;
}
.BgClassName
{
background-color: #CBADA2;
}
</style>
border-color css
<style>
span { border-color: #CBADA2; }
span { border-color: rgb(203,173,162); }
td.TdClassName
{
border-color: #CBADA2;
}
.TagClassName
{
border-color: #CBADA2;
}
</style>