Shades of Clam Shell #CAB4AC
Tints of Clam Shell #CAB4AC
RGB
CMYK
RGB Variations
Color information
#CAB4AC (or 0xCAB4AC) is known color: Clam Shell. HEX triplet: CA, B4 and AC. RGB value is (202,180,172). Sum of RGB (Red+Green+Blue) = 202+180+172=554 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.46% from 554); Green value is 180 (70.70% from 255 or 32.49% from 554); Blue value is 172 (67.58% from 255 or 31.05% from 554); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB4AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB4AC is #354B53. Grayscale: #B9B9B9. Windows color (decimal): -3492692 or 11318474. OLE color: 11318474.
HSL color Cylindrical-coordinate representation of color #CAB4AC: hue angle of 16º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAB4AC is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 180 | 172 | - |
CMYK | 0 | 0.11 | 0.15 | 0.21 |
HSL | 16º | 0.22% | 0.73% | - |
HSV(B) | 16º | 0.15% | 0.79% | - |
XYZ | 48.12 | 48.18 | 45.79 | - |
YUV | 185.67 | 120.29 | 139.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 180 | 172 | 0 | 0.11 | 0.15 | 0.21 | 16 | 0.22 | 0.73 |
Hex | CA | B4 | AC | 0 | B | F | 15 | 10 | 16 | 49 |
Octal | 312 | 264 | 254 | 0 | 13 | 17 | 25 | 20 | 26 | 111 |
Binary | 11001010 | 10110100 | 10101100 | 0 | 1011 | 1111 | 10101 | 10000 | 10110 | 1001001 |
Color Harmonies of #CAB4AC
Complementary color
Monochromatic Colors of #CAB4AC
Black with #CAB4AC
Text Example
Text Example
White with #CAB4AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB4AC; }
p { color: rgb(202,180,172); }
H1.HeaderClassName
{
color: #CAB4AC;
}
.AnyTagClassName
{
color: #CAB4AC;
}
</style>
background-color css
<style>
a { background-color: #CAB4AC; }
a { background-color: rgb(202,180,172); }
div.DivClassName
{
background-color: #CAB4AC;
}
.BgClassName
{
background-color: #CAB4AC;
}
</style>
border-color css
<style>
span { border-color: #CAB4AC; }
span { border-color: rgb(202,180,172); }
td.TdClassName
{
border-color: #CAB4AC;
}
.TagClassName
{
border-color: #CAB4AC;
}
</style>