Shades of Tasman #C4CBBA
Tints of Tasman #C4CBBA
RGB
CMYK
RGB Variations
Color information
#C4CBBA (or 0xC4CBBA) is known color: Tasman. HEX triplet: C4, CB and BA. RGB value is (196,203,186). Sum of RGB (Red+Green+Blue) = 196+203+186=585 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.50% from 585); Green value is 203 (79.69% from 255 or 34.70% from 585); Blue value is 186 (73.05% from 255 or 31.79% from 585); Max value from RGB is 203 - color contains mainly: green. Hex color #C4CBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CBBA is #3B3445. Grayscale: #C7C7C7. Windows color (decimal): -3880006 or 12241860. OLE color: 12241860.
HSL color Cylindrical-coordinate representation of color #C4CBBA: hue angle of 84.71º degrees, saturation: 0.14, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C4CBBA is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 203 | 186 | - |
| CMYK | 0.03 | 0 | 0.08 | 0.20 |
| HSL | 84.71º | 0.14% | 0.76% | - |
| HSV(B) | 84.71º | 0.08% | 0.8% | - |
| XYZ | 52.98 | 57.99 | 54.86 | - |
| YUV | 198.97 | 120.68 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 203 | 186 | 0.03 | 0 | 0.08 | 0.20 | 84.71 | 0.14 | 0.76 |
| Hex | C4 | CB | BA | 3 | 0 | 8 | 14 | 55 | E | 4C |
| Octal | 304 | 313 | 272 | 3 | 0 | 10 | 24 | 125 | 16 | 114 |
| Binary | 11000100 | 11001011 | 10111010 | 11 | 0 | 1000 | 10100 | 1010101 | 1110 | 1001100 |
Color Harmonies of #C4CBBA
Complementary color
Monochromatic Colors of #C4CBBA
Black with #C4CBBA
Text Example
Text Example
White with #C4CBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CBBA; }
p { color: rgb(196,203,186); }
H1.HeaderClassName
{
color: #C4CBBA;
}
.AnyTagClassName
{
color: #C4CBBA;
}
</style>
background-color css
<style>
a { background-color: #C4CBBA; }
a { background-color: rgb(196,203,186); }
div.DivClassName
{
background-color: #C4CBBA;
}
.BgClassName
{
background-color: #C4CBBA;
}
</style>
border-color css
<style>
span { border-color: #C4CBBA; }
span { border-color: rgb(196,203,186); }
td.TdClassName
{
border-color: #C4CBBA;
}
.TagClassName
{
border-color: #C4CBBA;
}
</style>