Shades of Tide #C0B2A9
Tints of Tide #C0B2A9
RGB
CMYK
RGB Variations
Color information
#C0B2A9 (or 0xC0B2A9) is known color: Tide. HEX triplet: C0, B2 and A9. RGB value is (192,178,169). Sum of RGB (Red+Green+Blue) = 192+178+169=539 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.62% from 539); Green value is 178 (69.92% from 255 or 33.02% from 539); Blue value is 169 (66.41% from 255 or 31.35% from 539); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B2A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0B2A9 is #3F4D56. Grayscale: #B5B5B5. Windows color (decimal): -4148567 or 11121344. OLE color: 11121344.
HSL color Cylindrical-coordinate representation of color #C0B2A9: hue angle of 23.48º degrees, saturation: 0.15, 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 #C0B2A9 is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 178 | 169 | - |
| CMYK | 0 | 0.07 | 0.12 | 0.25 |
| HSL | 23.48º | 0.15% | 0.71% | - |
| HSV(B) | 23.48º | 0.12% | 0.75% | - |
| XYZ | 44.82 | 45.91 | 44.04 | - |
| YUV | 181.16 | 121.14 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 178 | 169 | 0 | 0.07 | 0.12 | 0.25 | 23.48 | 0.15 | 0.71 |
| Hex | C0 | B2 | A9 | 0 | 7 | C | 19 | 17 | F | 47 |
| Octal | 300 | 262 | 251 | 0 | 7 | 14 | 31 | 27 | 17 | 107 |
| Binary | 11000000 | 10110010 | 10101001 | 0 | 111 | 1100 | 11001 | 10111 | 1111 | 1000111 |
Color Harmonies of #C0B2A9
Complementary color
Monochromatic Colors of #C0B2A9
Black with #C0B2A9
Text Example
Text Example
White with #C0B2A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B2A9; }
p { color: rgb(192,178,169); }
H1.HeaderClassName
{
color: #C0B2A9;
}
.AnyTagClassName
{
color: #C0B2A9;
}
</style>
background-color css
<style>
a { background-color: #C0B2A9; }
a { background-color: rgb(192,178,169); }
div.DivClassName
{
background-color: #C0B2A9;
}
.BgClassName
{
background-color: #C0B2A9;
}
</style>
border-color css
<style>
span { border-color: #C0B2A9; }
span { border-color: rgb(192,178,169); }
td.TdClassName
{
border-color: #C0B2A9;
}
.TagClassName
{
border-color: #C0B2A9;
}
</style>