#C5B9AE

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

Shades of Tide #C5B9AE

Tints of Tide #C5B9AE

Color information

#C5B9AE (or 0xC5B9AE) is unknown color: approx Tide. HEX triplet: C5, B9 and AE. RGB value is (197,185,174). Sum of RGB (Red+Green+Blue) = 197+185+174=556 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.43% from 556); Green value is 185 (72.66% from 255 or 33.27% from 556); Blue value is 174 (68.36% from 255 or 31.29% from 556); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B9AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B9AE is #3A4651. Grayscale: #BBBBBB. Windows color (decimal): -3819090 or 11450821. OLE color: 11450821.

HSL color Cylindrical-coordinate representation of color #C5B9AE: hue angle of 28.7º 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 #C5B9AE is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB197185174-
CMYK00.060.120.23
HSL28.7º16.55%72.75%-
HSV(B)28.7º11.68%77.25%-
XYZ48.0149.6247.09-
YUV187.33120.48134.89-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.43%
GREEN value IS 185 (72.66% from 255) = 33.27%
BLUE value IS 174 (68.36% from 255) = 31.29%
R=35.43%
G=33.27%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718517400.060.120.2328.716.5572.75
HexC5B9AE06C171d1149
Octal3052712560614273521111
Binary110001011011100110101110011011001011111101100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B9AE; }

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

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

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

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

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

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

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

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