Shades of Tide #C0B4AF
Tints of Tide #C0B4AF
RGB
CMYK
RGB Variations
Color information
#C0B4AF (or 0xC0B4AF) is known color: Tide. HEX triplet: C0, B4 and AF. RGB value is (192,180,175). Sum of RGB (Red+Green+Blue) = 192+180+175=547 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.10% from 547); Green value is 180 (70.70% from 255 or 32.91% from 547); Blue value is 175 (68.75% from 255 or 31.99% from 547); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B4AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B4AF is #3F4B50. Grayscale: #B7B7B7. Windows color (decimal): -4148049 or 11515072. OLE color: 11515072.
HSL color Cylindrical-coordinate representation of color #C0B4AF: hue angle of 17.65º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C0B4AF is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 180 | 175 | - |
| CMYK | 0 | 0.06 | 0.09 | 0.25 |
| HSL | 17.65º | 0.12% | 0.72% | - |
| HSV(B) | 17.65º | 0.09% | 0.75% | - |
| XYZ | 45.8 | 46.94 | 47.2 | - |
| YUV | 183.02 | 123.48 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 180 | 175 | 0 | 0.06 | 0.09 | 0.25 | 17.65 | 0.12 | 0.72 |
| Hex | C0 | B4 | AF | 0 | 6 | 9 | 19 | 12 | C | 48 |
| Octal | 300 | 264 | 257 | 0 | 6 | 11 | 31 | 22 | 14 | 110 |
| Binary | 11000000 | 10110100 | 10101111 | 0 | 110 | 1001 | 11001 | 10010 | 1100 | 1001000 |
Color Harmonies of #C0B4AF
Complementary color
Monochromatic Colors of #C0B4AF
Black with #C0B4AF
Text Example
Text Example
White with #C0B4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B4AF; }
p { color: rgb(192,180,175); }
H1.HeaderClassName
{
color: #C0B4AF;
}
.AnyTagClassName
{
color: #C0B4AF;
}
</style>
background-color css
<style>
a { background-color: #C0B4AF; }
a { background-color: rgb(192,180,175); }
div.DivClassName
{
background-color: #C0B4AF;
}
.BgClassName
{
background-color: #C0B4AF;
}
</style>
border-color css
<style>
span { border-color: #C0B4AF; }
span { border-color: rgb(192,180,175); }
td.TdClassName
{
border-color: #C0B4AF;
}
.TagClassName
{
border-color: #C0B4AF;
}
</style>