Shades of Clam Shell #CBADA5
Tints of Clam Shell #CBADA5
RGB
CMYK
RGB Variations
Color information
#CBADA5 (or 0xCBADA5) is known color: Clam Shell. HEX triplet: CB, AD and A5. RGB value is (203,173,165). Sum of RGB (Red+Green+Blue) = 203+173+165=541 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.52% from 541); Green value is 173 (67.97% from 255 or 31.98% from 541); Blue value is 165 (64.84% from 255 or 30.50% from 541); Max value from RGB is 203 - color contains mainly: red. Hex color #CBADA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBADA5 is #34525A. Grayscale: #B5B5B5. Windows color (decimal): -3428955 or 10857931. OLE color: 10857931.
HSL color Cylindrical-coordinate representation of color #CBADA5: hue angle of 12.63º 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 #CBADA5 is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 173 | 165 | - |
| CMYK | 0 | 0.15 | 0.19 | 0.20 |
| HSL | 12.63º | 0.27% | 0.72% | - |
| HSV(B) | 12.63º | 0.19% | 0.8% | - |
| XYZ | 46.36 | 45.3 | 41.9 | - |
| YUV | 181.06 | 118.94 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 173 | 165 | 0 | 0.15 | 0.19 | 0.20 | 12.63 | 0.27 | 0.72 |
| Hex | CB | AD | A5 | 0 | F | 13 | 14 | D | 1B | 48 |
| Octal | 313 | 255 | 245 | 0 | 17 | 23 | 24 | 15 | 33 | 110 |
| Binary | 11001011 | 10101101 | 10100101 | 0 | 1111 | 10011 | 10100 | 1101 | 11011 | 1001000 |
Color Harmonies of #CBADA5
Complementary color
Monochromatic Colors of #CBADA5
Black with #CBADA5
Text Example
Text Example
White with #CBADA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBADA5; }
p { color: rgb(203,173,165); }
H1.HeaderClassName
{
color: #CBADA5;
}
.AnyTagClassName
{
color: #CBADA5;
}
</style>
background-color css
<style>
a { background-color: #CBADA5; }
a { background-color: rgb(203,173,165); }
div.DivClassName
{
background-color: #CBADA5;
}
.BgClassName
{
background-color: #CBADA5;
}
</style>
border-color css
<style>
span { border-color: #CBADA5; }
span { border-color: rgb(203,173,165); }
td.TdClassName
{
border-color: #CBADA5;
}
.TagClassName
{
border-color: #CBADA5;
}
</style>