Shades of Tide #C7B6A8
Tints of Tide #C7B6A8
RGB
CMYK
RGB Variations
Color information
#C7B6A8 (or 0xC7B6A8) is known color: Tide. HEX triplet: C7, B6 and A8. RGB value is (199,182,168). Sum of RGB (Red+Green+Blue) = 199+182+168=549 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.25% from 549); Green value is 182 (71.48% from 255 or 33.15% from 549); Blue value is 168 (66.02% from 255 or 30.60% from 549); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B6A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7B6A8 is #384957. Grayscale: #B9B9B9. Windows color (decimal): -3688792 or 11056839. OLE color: 11056839.
HSL color Cylindrical-coordinate representation of color #C7B6A8: hue angle of 27.1º degrees, saturation: 0.22, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C7B6A8 is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
RGB | 199 | 182 | 168 | - |
CMYK | 0 | 0.09 | 0.16 | 0.22 |
HSL | 27.1º | 0.22% | 0.72% | - |
HSV(B) | 27.1º | 0.16% | 0.78% | - |
XYZ | 47.35 | 48.43 | 43.9 | - |
YUV | 185.49 | 118.13 | 137.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 182 | 168 | 0 | 0.09 | 0.16 | 0.22 | 27.1 | 0.22 | 0.72 |
Hex | C7 | B6 | A8 | 0 | 9 | 10 | 16 | 1B | 16 | 48 |
Octal | 307 | 266 | 250 | 0 | 11 | 20 | 26 | 33 | 26 | 110 |
Binary | 11000111 | 10110110 | 10101000 | 0 | 1001 | 10000 | 10110 | 11011 | 10110 | 1001000 |
Color Harmonies of #C7B6A8
Complementary color
Monochromatic Colors of #C7B6A8
Black with #C7B6A8
Text Example
Text Example
White with #C7B6A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B6A8; }
p { color: rgb(199,182,168); }
H1.HeaderClassName
{
color: #C7B6A8;
}
.AnyTagClassName
{
color: #C7B6A8;
}
</style>
background-color css
<style>
a { background-color: #C7B6A8; }
a { background-color: rgb(199,182,168); }
div.DivClassName
{
background-color: #C7B6A8;
}
.BgClassName
{
background-color: #C7B6A8;
}
</style>
border-color css
<style>
span { border-color: #C7B6A8; }
span { border-color: rgb(199,182,168); }
td.TdClassName
{
border-color: #C7B6A8;
}
.TagClassName
{
border-color: #C7B6A8;
}
</style>