Shades of Clam Shell #CAB4AD
Tints of Clam Shell #CAB4AD
RGB
CMYK
RGB Variations
Color information
#CAB4AD (or 0xCAB4AD) is known color: Clam Shell. HEX triplet: CA, B4 and AD. RGB value is (202,180,173). Sum of RGB (Red+Green+Blue) = 202+180+173=555 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.40% from 555); Green value is 180 (70.70% from 255 or 32.43% from 555); Blue value is 173 (67.97% from 255 or 31.17% from 555); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB4AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB4AD is #354B52. Grayscale: #B9B9B9. Windows color (decimal): -3492691 or 11384010. OLE color: 11384010.
HSL color Cylindrical-coordinate representation of color #CAB4AD: hue angle of 14.48º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAB4AD is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 180 | 173 | - |
CMYK | 0 | 0.11 | 0.14 | 0.21 |
HSL | 14.48º | 0.21% | 0.74% | - |
HSV(B) | 14.48º | 0.14% | 0.79% | - |
XYZ | 48.22 | 48.22 | 46.3 | - |
YUV | 185.78 | 120.79 | 139.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 180 | 173 | 0 | 0.11 | 0.14 | 0.21 | 14.48 | 0.21 | 0.74 |
Hex | CA | B4 | AD | 0 | B | E | 15 | E | 15 | 4A |
Octal | 312 | 264 | 255 | 0 | 13 | 16 | 25 | 16 | 25 | 112 |
Binary | 11001010 | 10110100 | 10101101 | 0 | 1011 | 1110 | 10101 | 1110 | 10101 | 1001010 |
Color Harmonies of #CAB4AD
Complementary color
Monochromatic Colors of #CAB4AD
Black with #CAB4AD
Text Example
Text Example
White with #CAB4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB4AD; }
p { color: rgb(202,180,173); }
H1.HeaderClassName
{
color: #CAB4AD;
}
.AnyTagClassName
{
color: #CAB4AD;
}
</style>
background-color css
<style>
a { background-color: #CAB4AD; }
a { background-color: rgb(202,180,173); }
div.DivClassName
{
background-color: #CAB4AD;
}
.BgClassName
{
background-color: #CAB4AD;
}
</style>
border-color css
<style>
span { border-color: #CAB4AD; }
span { border-color: rgb(202,180,173); }
td.TdClassName
{
border-color: #CAB4AD;
}
.TagClassName
{
border-color: #CAB4AD;
}
</style>