Shades of Clam Shell #CBADA4
Tints of Clam Shell #CBADA4
RGB
CMYK
RGB Variations
Color information
#CBADA4 (or 0xCBADA4) is known color: Clam Shell. HEX triplet: CB, AD and A4. RGB value is (203,173,164). Sum of RGB (Red+Green+Blue) = 203+173+164=540 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.59% from 540); Green value is 173 (67.97% from 255 or 32.04% from 540); Blue value is 164 (64.45% from 255 or 30.37% from 540); Max value from RGB is 203 - color contains mainly: red. Hex color #CBADA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBADA4 is #34525B. Grayscale: #B5B5B5. Windows color (decimal): -3428956 or 10792395. OLE color: 10792395.
HSL color Cylindrical-coordinate representation of color #CBADA4: hue angle of 13.85º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBADA4 is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 173 | 164 | - |
| CMYK | 0 | 0.15 | 0.19 | 0.20 |
| HSL | 13.85º | 0.27% | 0.72% | - |
| HSV(B) | 13.85º | 0.19% | 0.8% | - |
| XYZ | 46.27 | 45.26 | 41.42 | - |
| YUV | 180.94 | 118.44 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 173 | 164 | 0 | 0.15 | 0.19 | 0.20 | 13.85 | 0.27 | 0.72 |
| Hex | CB | AD | A4 | 0 | F | 13 | 14 | E | 1B | 48 |
| Octal | 313 | 255 | 244 | 0 | 17 | 23 | 24 | 16 | 33 | 110 |
| Binary | 11001011 | 10101101 | 10100100 | 0 | 1111 | 10011 | 10100 | 1110 | 11011 | 1001000 |
Color Harmonies of #CBADA4
Complementary color
Monochromatic Colors of #CBADA4
Black with #CBADA4
Text Example
Text Example
White with #CBADA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBADA4; }
p { color: rgb(203,173,164); }
H1.HeaderClassName
{
color: #CBADA4;
}
.AnyTagClassName
{
color: #CBADA4;
}
</style>
background-color css
<style>
a { background-color: #CBADA4; }
a { background-color: rgb(203,173,164); }
div.DivClassName
{
background-color: #CBADA4;
}
.BgClassName
{
background-color: #CBADA4;
}
</style>
border-color css
<style>
span { border-color: #CBADA4; }
span { border-color: rgb(203,173,164); }
td.TdClassName
{
border-color: #CBADA4;
}
.TagClassName
{
border-color: #CBADA4;
}
</style>