Shades of Tide #C3B3A7
Tints of Tide #C3B3A7
RGB
CMYK
RGB Variations
Color information
#C3B3A7 (or 0xC3B3A7) is known color: Tide. HEX triplet: C3, B3 and A7. RGB value is (195,179,167). Sum of RGB (Red+Green+Blue) = 195+179+167=541 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.04% from 541); Green value is 179 (70.31% from 255 or 33.09% from 541); Blue value is 167 (65.62% from 255 or 30.87% from 541); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B3A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B3A7 is #3C4C58. Grayscale: #B6B6B6. Windows color (decimal): -3951705 or 10990531. OLE color: 10990531.
HSL color Cylindrical-coordinate representation of color #C3B3A7: hue angle of 25.71º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C3B3A7 is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 179 | 167 | - |
| CMYK | 0 | 0.08 | 0.14 | 0.24 |
| HSL | 25.71º | 0.19% | 0.71% | - |
| HSV(B) | 25.71º | 0.14% | 0.76% | - |
| XYZ | 45.6 | 46.63 | 43.16 | - |
| YUV | 182.42 | 119.3 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 179 | 167 | 0 | 0.08 | 0.14 | 0.24 | 25.71 | 0.19 | 0.71 |
| Hex | C3 | B3 | A7 | 0 | 8 | E | 18 | 1A | 13 | 47 |
| Octal | 303 | 263 | 247 | 0 | 10 | 16 | 30 | 32 | 23 | 107 |
| Binary | 11000011 | 10110011 | 10100111 | 0 | 1000 | 1110 | 11000 | 11010 | 10011 | 1000111 |
Color Harmonies of #C3B3A7
Complementary color
Monochromatic Colors of #C3B3A7
Black with #C3B3A7
Text Example
Text Example
White with #C3B3A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B3A7; }
p { color: rgb(195,179,167); }
H1.HeaderClassName
{
color: #C3B3A7;
}
.AnyTagClassName
{
color: #C3B3A7;
}
</style>
background-color css
<style>
a { background-color: #C3B3A7; }
a { background-color: rgb(195,179,167); }
div.DivClassName
{
background-color: #C3B3A7;
}
.BgClassName
{
background-color: #C3B3A7;
}
</style>
border-color css
<style>
span { border-color: #C3B3A7; }
span { border-color: rgb(195,179,167); }
td.TdClassName
{
border-color: #C3B3A7;
}
.TagClassName
{
border-color: #C3B3A7;
}
</style>