Shades of Tide #C3B8AF
Tints of Tide #C3B8AF
RGB
CMYK
RGB Variations
Color information
#C3B8AF (or 0xC3B8AF) is known color: Tide. HEX triplet: C3, B8 and AF. RGB value is (195,184,175). Sum of RGB (Red+Green+Blue) = 195+184+175=554 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.20% from 554); Green value is 184 (72.27% from 255 or 33.21% from 554); Blue value is 175 (68.75% from 255 or 31.59% from 554); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B8AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B8AF is #3C4750. Grayscale: #BABABA. Windows color (decimal): -3950417 or 11516099. OLE color: 11516099.
HSL color Cylindrical-coordinate representation of color #C3B8AF: hue angle of 27º degrees, saturation: 0.14, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C3B8AF is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 184 | 175 | - |
| CMYK | 0 | 0.06 | 0.10 | 0.24 |
| HSL | 27º | 0.14% | 0.73% | - |
| HSV(B) | 27º | 0.1% | 0.76% | - |
| XYZ | 47.38 | 48.98 | 47.51 | - |
| YUV | 186.26 | 121.64 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 184 | 175 | 0 | 0.06 | 0.10 | 0.24 | 27 | 0.14 | 0.73 |
| Hex | C3 | B8 | AF | 0 | 6 | A | 18 | 1B | E | 49 |
| Octal | 303 | 270 | 257 | 0 | 6 | 12 | 30 | 33 | 16 | 111 |
| Binary | 11000011 | 10111000 | 10101111 | 0 | 110 | 1010 | 11000 | 11011 | 1110 | 1001001 |
Color Harmonies of #C3B8AF
Complementary color
Monochromatic Colors of #C3B8AF
Black with #C3B8AF
Text Example
Text Example
White with #C3B8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B8AF; }
p { color: rgb(195,184,175); }
H1.HeaderClassName
{
color: #C3B8AF;
}
.AnyTagClassName
{
color: #C3B8AF;
}
</style>
background-color css
<style>
a { background-color: #C3B8AF; }
a { background-color: rgb(195,184,175); }
div.DivClassName
{
background-color: #C3B8AF;
}
.BgClassName
{
background-color: #C3B8AF;
}
</style>
border-color css
<style>
span { border-color: #C3B8AF; }
span { border-color: rgb(195,184,175); }
td.TdClassName
{
border-color: #C3B8AF;
}
.TagClassName
{
border-color: #C3B8AF;
}
</style>