#C5BAAE

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

Shades of Tide #C5BAAE

Tints of Tide #C5BAAE

Color information

#C5BAAE (or 0xC5BAAE) is unknown color: approx Tide. HEX triplet: C5, BA and AE. RGB value is (197,186,174). Sum of RGB (Red+Green+Blue) = 197+186+174=557 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.37% from 557); Green value is 186 (73.05% from 255 or 33.39% from 557); Blue value is 174 (68.36% from 255 or 31.24% from 557); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BAAE is #3A4551. Grayscale: #BBBBBB. Windows color (decimal): -3818834 or 11451077. OLE color: 11451077.

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

Color convert

RGB197186174-
CMYK00.060.120.23
HSL31.3º16.55%72.75%-
HSV(B)31.3º11.68%77.25%-
XYZ48.2250.0447.16-
YUV187.92120.14134.48-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.37%
GREEN value IS 186 (73.05% from 255) = 33.39%
BLUE value IS 174 (68.36% from 255) = 31.24%
R=35.37%
G=33.39%
B=31.24%

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
Decimal19718617400.060.120.2331.316.5572.75
HexC5BAAE06C171f1149
Octal3052722560614273721111
Binary110001011011101010101110011011001011111111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BAAE; }

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

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

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

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

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

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

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

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