Shades of Tasman #C4CABB
Tints of Tasman #C4CABB
RGB
CMYK
RGB Variations
Color information
#C4CABB (or 0xC4CABB) is known color: Tasman. HEX triplet: C4, CA and BB. RGB value is (196,202,187). Sum of RGB (Red+Green+Blue) = 196+202+187=585 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.50% from 585); Green value is 202 (79.30% from 255 or 34.53% from 585); Blue value is 187 (73.44% from 255 or 31.97% from 585); Max value from RGB is 202 - color contains mainly: green. Hex color #C4CABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CABB is #3B3544. Grayscale: #C6C6C6. Windows color (decimal): -3880261 or 12307140. OLE color: 12307140.
HSL color Cylindrical-coordinate representation of color #C4CABB: hue angle of 84º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C4CABB is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
RGB | 196 | 202 | 187 | - |
CMYK | 0.03 | 0 | 0.07 | 0.21 |
HSL | 84º | 0.12% | 0.76% | - |
HSV(B) | 84º | 0.07% | 0.79% | - |
XYZ | 52.86 | 57.56 | 55.34 | - |
YUV | 198.5 | 121.51 | 126.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 196 | 202 | 187 | 0.03 | 0 | 0.07 | 0.21 | 84 | 0.12 | 0.76 |
Hex | C4 | CA | BB | 3 | 0 | 7 | 15 | 54 | C | 4C |
Octal | 304 | 312 | 273 | 3 | 0 | 7 | 25 | 124 | 14 | 114 |
Binary | 11000100 | 11001010 | 10111011 | 11 | 0 | 111 | 10101 | 1010100 | 1100 | 1001100 |
Color Harmonies of #C4CABB
Complementary color
Monochromatic Colors of #C4CABB
Black with #C4CABB
Text Example
Text Example
White with #C4CABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CABB; }
p { color: rgb(196,202,187); }
H1.HeaderClassName
{
color: #C4CABB;
}
.AnyTagClassName
{
color: #C4CABB;
}
</style>
background-color css
<style>
a { background-color: #C4CABB; }
a { background-color: rgb(196,202,187); }
div.DivClassName
{
background-color: #C4CABB;
}
.BgClassName
{
background-color: #C4CABB;
}
</style>
border-color css
<style>
span { border-color: #C4CABB; }
span { border-color: rgb(196,202,187); }
td.TdClassName
{
border-color: #C4CABB;
}
.TagClassName
{
border-color: #C4CABB;
}
</style>