Shades of Tide #C2B7AF
Tints of Tide #C2B7AF
RGB
CMYK
RGB Variations
Color information
#C2B7AF (or 0xC2B7AF) is known color: Tide. HEX triplet: C2, B7 and AF. RGB value is (194,183,175). Sum of RGB (Red+Green+Blue) = 194+183+175=552 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.14% from 552); Green value is 183 (71.88% from 255 or 33.15% from 552); Blue value is 175 (68.75% from 255 or 31.70% from 552); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B7AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B7AF is #3D4850. Grayscale: #B9B9B9. Windows color (decimal): -4016209 or 11515842. OLE color: 11515842.
HSL color Cylindrical-coordinate representation of color #C2B7AF: hue angle of 25.26º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C2B7AF is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
RGB | 194 | 183 | 175 | - |
CMYK | 0 | 0.06 | 0.10 | 0.24 |
HSL | 25.26º | 0.13% | 0.72% | - |
HSV(B) | 25.26º | 0.1% | 0.76% | - |
XYZ | 46.92 | 48.43 | 47.43 | - |
YUV | 185.38 | 122.14 | 134.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 183 | 175 | 0 | 0.06 | 0.10 | 0.24 | 25.26 | 0.13 | 0.72 |
Hex | C2 | B7 | AF | 0 | 6 | A | 18 | 19 | D | 48 |
Octal | 302 | 267 | 257 | 0 | 6 | 12 | 30 | 31 | 15 | 110 |
Binary | 11000010 | 10110111 | 10101111 | 0 | 110 | 1010 | 11000 | 11001 | 1101 | 1001000 |
Color Harmonies of #C2B7AF
Complementary color
Monochromatic Colors of #C2B7AF
Black with #C2B7AF
Text Example
Text Example
White with #C2B7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B7AF; }
p { color: rgb(194,183,175); }
H1.HeaderClassName
{
color: #C2B7AF;
}
.AnyTagClassName
{
color: #C2B7AF;
}
</style>
background-color css
<style>
a { background-color: #C2B7AF; }
a { background-color: rgb(194,183,175); }
div.DivClassName
{
background-color: #C2B7AF;
}
.BgClassName
{
background-color: #C2B7AF;
}
</style>
border-color css
<style>
span { border-color: #C2B7AF; }
span { border-color: rgb(194,183,175); }
td.TdClassName
{
border-color: #C2B7AF;
}
.TagClassName
{
border-color: #C2B7AF;
}
</style>