#C7B9AD

Color #C7B9AD Tide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tide #C7B9AD

Tints of Tide #C7B9AD

Color information

#C7B9AD (or 0xC7B9AD) is unknown color: approx Tide. HEX triplet: C7, B9 and AD. RGB value is (199,185,173). Sum of RGB (Red+Green+Blue) = 199+185+173=557 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.73% from 557); Green value is 185 (72.66% from 255 or 33.21% from 557); Blue value is 173 (67.97% from 255 or 31.06% from 557); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B9AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7B9AD is #384652. Grayscale: #BBBBBB. Windows color (decimal): -3688019 or 11385287. OLE color: 11385287.

HSL color Cylindrical-coordinate representation of color #C7B9AD: hue angle of 27.69º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C7B9AD is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB199185173-
CMYK00.070.130.22
HSL27.69º18.84%72.94%-
HSV(B)27.69º13.07%78.04%-
XYZ48.4449.8646.61-
YUV187.82119.64135.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 199 (78.12% from 255) = 35.73%
GREEN value IS 185 (72.66% from 255) = 33.21%
BLUE value IS 173 (67.97% from 255) = 31.06%
R=35.73%
G=33.21%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19918517300.070.130.2227.6918.8472.94
HexC7B9AD07D161c1349
Octal3072712550715263423111
Binary110001111011100110101101011111011011011100100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B9AD; }

 p { color: rgb(199,185,173); }

 H1.HeaderClassName
 {
   color: #C7B9AD;
 }
 .AnyTagClassName
 {
   color: #C7B9AD;
 }
</style>
background-color css

<style>
 a { background-color: #C7B9AD; }

 a { background-color: rgb(199,185,173); }

 div.DivClassName
 {
   background-color: #C7B9AD;
 }
 .BgClassName
 {
   background-color: #C7B9AD;
 }
</style>
border-color css

<style>
 span { border-color: #C7B9AD; }

 span { border-color: rgb(199,185,173); }

 td.TdClassName
 {
   border-color: #C7B9AD;
 }
 .TagClassName
 {
   border-color: #C7B9AD;
 }
</style>