Shades of Clam Shell #CBAFA2
Tints of Clam Shell #CBAFA2
RGB
CMYK
RGB Variations
Color information
#CBAFA2 (or 0xCBAFA2) is known color: Clam Shell. HEX triplet: CB, AF and A2. RGB value is (203,175,162). Sum of RGB (Red+Green+Blue) = 203+175+162=540 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.59% from 540); Green value is 175 (68.75% from 255 or 32.41% from 540); Blue value is 162 (63.67% from 255 or 30% from 540); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAFA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAFA2 is #34505D. Grayscale: #B5B5B5. Windows color (decimal): -3428446 or 10661835. OLE color: 10661835.
HSL color Cylindrical-coordinate representation of color #CBAFA2: hue angle of 19.02º 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 #CBAFA2 is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 175 | 162 | - |
| CMYK | 0 | 0.14 | 0.20 | 0.20 |
| HSL | 19.02º | 0.28% | 0.72% | - |
| HSV(B) | 19.02º | 0.2% | 0.8% | - |
| XYZ | 46.48 | 45.97 | 40.6 | - |
| YUV | 181.89 | 116.78 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 175 | 162 | 0 | 0.14 | 0.20 | 0.20 | 19.02 | 0.28 | 0.72 |
| Hex | CB | AF | A2 | 0 | E | 14 | 14 | 13 | 1C | 48 |
| Octal | 313 | 257 | 242 | 0 | 16 | 24 | 24 | 23 | 34 | 110 |
| Binary | 11001011 | 10101111 | 10100010 | 0 | 1110 | 10100 | 10100 | 10011 | 11100 | 1001000 |
Color Harmonies of #CBAFA2
Complementary color
Monochromatic Colors of #CBAFA2
Black with #CBAFA2
Text Example
Text Example
White with #CBAFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAFA2; }
p { color: rgb(203,175,162); }
H1.HeaderClassName
{
color: #CBAFA2;
}
.AnyTagClassName
{
color: #CBAFA2;
}
</style>
background-color css
<style>
a { background-color: #CBAFA2; }
a { background-color: rgb(203,175,162); }
div.DivClassName
{
background-color: #CBAFA2;
}
.BgClassName
{
background-color: #CBAFA2;
}
</style>
border-color css
<style>
span { border-color: #CBAFA2; }
span { border-color: rgb(203,175,162); }
td.TdClassName
{
border-color: #CBAFA2;
}
.TagClassName
{
border-color: #CBAFA2;
}
</style>