Shades of Tide #C0B0A8
Tints of Tide #C0B0A8
RGB
CMYK
RGB Variations
Color information
#C0B0A8 (or 0xC0B0A8) is known color: Tide. HEX triplet: C0, B0 and A8. RGB value is (192,176,168). Sum of RGB (Red+Green+Blue) = 192+176+168=536 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.82% from 536); Green value is 176 (69.14% from 255 or 32.84% from 536); Blue value is 168 (66.02% from 255 or 31.34% from 536); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B0A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0B0A8 is #3F4F57. Grayscale: #B3B3B3. Windows color (decimal): -4149080 or 11055296. OLE color: 11055296.
HSL color Cylindrical-coordinate representation of color #C0B0A8: hue angle of 20º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C0B0A8 is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
RGB | 192 | 176 | 168 | - |
CMYK | 0 | 0.08 | 0.12 | 0.25 |
HSL | 20º | 0.16% | 0.71% | - |
HSV(B) | 20º | 0.13% | 0.75% | - |
XYZ | 44.33 | 45.08 | 43.41 | - |
YUV | 179.87 | 121.3 | 136.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 176 | 168 | 0 | 0.08 | 0.12 | 0.25 | 20 | 0.16 | 0.71 |
Hex | C0 | B0 | A8 | 0 | 8 | C | 19 | 14 | 10 | 47 |
Octal | 300 | 260 | 250 | 0 | 10 | 14 | 31 | 24 | 20 | 107 |
Binary | 11000000 | 10110000 | 10101000 | 0 | 1000 | 1100 | 11001 | 10100 | 10000 | 1000111 |
Color Harmonies of #C0B0A8
Complementary color
Monochromatic Colors of #C0B0A8
Black with #C0B0A8
Text Example
Text Example
White with #C0B0A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B0A8; }
p { color: rgb(192,176,168); }
H1.HeaderClassName
{
color: #C0B0A8;
}
.AnyTagClassName
{
color: #C0B0A8;
}
</style>
background-color css
<style>
a { background-color: #C0B0A8; }
a { background-color: rgb(192,176,168); }
div.DivClassName
{
background-color: #C0B0A8;
}
.BgClassName
{
background-color: #C0B0A8;
}
</style>
border-color css
<style>
span { border-color: #C0B0A8; }
span { border-color: rgb(192,176,168); }
td.TdClassName
{
border-color: #C0B0A8;
}
.TagClassName
{
border-color: #C0B0A8;
}
</style>