#C5B7AE

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

Shades of Tide #C5B7AE

Tints of Tide #C5B7AE

Color information

#C5B7AE (or 0xC5B7AE) is unknown color: approx Tide. HEX triplet: C5, B7 and AE. RGB value is (197,183,174). Sum of RGB (Red+Green+Blue) = 197+183+174=554 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.56% from 554); Green value is 183 (71.88% from 255 or 33.03% from 554); Blue value is 174 (68.36% from 255 or 31.41% from 554); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B7AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B7AE is #3A4851. Grayscale: #BABABA. Windows color (decimal): -3819602 or 11450309. OLE color: 11450309.

HSL color Cylindrical-coordinate representation of color #C5B7AE: hue angle of 23.48º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C5B7AE is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB197183174-
CMYK00.070.120.23
HSL23.48º16.55%72.75%-
HSV(B)23.48º11.68%77.25%-
XYZ47.648.7946.95-
YUV186.16121.14135.73-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.56%
GREEN value IS 183 (71.88% from 255) = 33.03%
BLUE value IS 174 (68.36% from 255) = 31.41%
R=35.56%
G=33.03%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718317400.070.120.2323.4816.5572.75
HexC5B7AE07C17171149
Octal3052672560714272721111
Binary110001011011011110101110011111001011110111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B7AE; }

 p { color: rgb(197,183,174); }

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

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

 a { background-color: rgb(197,183,174); }

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

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

 span { border-color: rgb(197,183,174); }

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