Shades of Clam Shell #CBADA3
Tints of Clam Shell #CBADA3
RGB
CMYK
RGB Variations
Color information
#CBADA3 (or 0xCBADA3) is known color: Clam Shell. HEX triplet: CB, AD and A3. RGB value is (203,173,163). Sum of RGB (Red+Green+Blue) = 203+173+163=539 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.66% from 539); Green value is 173 (67.97% from 255 or 32.10% from 539); Blue value is 163 (64.06% from 255 or 30.24% from 539); Max value from RGB is 203 - color contains mainly: red. Hex color #CBADA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBADA3 is #34525C. Grayscale: #B4B4B4. Windows color (decimal): -3428957 or 10726859. OLE color: 10726859.
HSL color Cylindrical-coordinate representation of color #CBADA3: hue angle of 15º 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 #CBADA3 is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 173 | 163 | - |
| CMYK | 0 | 0.15 | 0.20 | 0.20 |
| HSL | 15º | 0.28% | 0.72% | - |
| HSV(B) | 15º | 0.2% | 0.8% | - |
| XYZ | 46.18 | 45.23 | 40.95 | - |
| YUV | 180.83 | 117.94 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 173 | 163 | 0 | 0.15 | 0.20 | 0.20 | 15 | 0.28 | 0.72 |
| Hex | CB | AD | A3 | 0 | F | 14 | 14 | F | 1C | 48 |
| Octal | 313 | 255 | 243 | 0 | 17 | 24 | 24 | 17 | 34 | 110 |
| Binary | 11001011 | 10101101 | 10100011 | 0 | 1111 | 10100 | 10100 | 1111 | 11100 | 1001000 |
Color Harmonies of #CBADA3
Complementary color
Monochromatic Colors of #CBADA3
Black with #CBADA3
Text Example
Text Example
White with #CBADA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBADA3; }
p { color: rgb(203,173,163); }
H1.HeaderClassName
{
color: #CBADA3;
}
.AnyTagClassName
{
color: #CBADA3;
}
</style>
background-color css
<style>
a { background-color: #CBADA3; }
a { background-color: rgb(203,173,163); }
div.DivClassName
{
background-color: #CBADA3;
}
.BgClassName
{
background-color: #CBADA3;
}
</style>
border-color css
<style>
span { border-color: #CBADA3; }
span { border-color: rgb(203,173,163); }
td.TdClassName
{
border-color: #CBADA3;
}
.TagClassName
{
border-color: #CBADA3;
}
</style>