Shades of Tasman #C5CBBD
Tints of Tasman #C5CBBD
RGB
CMYK
RGB Variations
Color information
#C5CBBD (or 0xC5CBBD) is known color: Tasman. HEX triplet: C5, CB and BD. RGB value is (197,203,189). Sum of RGB (Red+Green+Blue) = 197+203+189=589 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.45% from 589); Green value is 203 (79.69% from 255 or 34.47% from 589); Blue value is 189 (74.22% from 255 or 32.09% from 589); Max value from RGB is 203 - color contains mainly: green. Hex color #C5CBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CBBD is #3A3442. Grayscale: #C7C7C7. Windows color (decimal): -3814467 or 12438469. OLE color: 12438469.
HSL color Cylindrical-coordinate representation of color #C5CBBD: hue angle of 85.71º degrees, saturation: 0.12, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C5CBBD is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 203 | 189 | - |
| CMYK | 0.03 | 0 | 0.07 | 0.20 |
| HSL | 85.71º | 0.12% | 0.77% | - |
| HSV(B) | 85.71º | 0.07% | 0.8% | - |
| XYZ | 53.57 | 58.26 | 56.57 | - |
| YUV | 199.61 | 122.01 | 126.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 203 | 189 | 0.03 | 0 | 0.07 | 0.20 | 85.71 | 0.12 | 0.77 |
| Hex | C5 | CB | BD | 3 | 0 | 7 | 14 | 56 | C | 4D |
| Octal | 305 | 313 | 275 | 3 | 0 | 7 | 24 | 126 | 14 | 115 |
| Binary | 11000101 | 11001011 | 10111101 | 11 | 0 | 111 | 10100 | 1010110 | 1100 | 1001101 |
Color Harmonies of #C5CBBD
Complementary color
Monochromatic Colors of #C5CBBD
Black with #C5CBBD
Text Example
Text Example
White with #C5CBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CBBD; }
p { color: rgb(197,203,189); }
H1.HeaderClassName
{
color: #C5CBBD;
}
.AnyTagClassName
{
color: #C5CBBD;
}
</style>
background-color css
<style>
a { background-color: #C5CBBD; }
a { background-color: rgb(197,203,189); }
div.DivClassName
{
background-color: #C5CBBD;
}
.BgClassName
{
background-color: #C5CBBD;
}
</style>
border-color css
<style>
span { border-color: #C5CBBD; }
span { border-color: rgb(197,203,189); }
td.TdClassName
{
border-color: #C5CBBD;
}
.TagClassName
{
border-color: #C5CBBD;
}
</style>