#C9BAAE

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

Shades of Tide #C9BAAE

Tints of Tide #C9BAAE

Color information

#C9BAAE (or 0xC9BAAE) is unknown color: approx Tide. HEX triplet: C9, BA and AE. RGB value is (201,186,174). Sum of RGB (Red+Green+Blue) = 201+186+174=561 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.83% from 561); Green value is 186 (73.05% from 255 or 33.16% from 561); Blue value is 174 (68.36% from 255 or 31.02% from 561); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BAAE is #364551. Grayscale: #BDBDBD. Windows color (decimal): -3556690 or 11451081. OLE color: 11451081.

HSL color Cylindrical-coordinate representation of color #C9BAAE: hue angle of 26.67º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C9BAAE is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB201186174-
CMYK00.070.130.21
HSL26.67º20%73.53%-
HSV(B)26.67º13.43%78.82%-
XYZ49.2950.5947.21-
YUV189.12119.47136.48-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.83%
GREEN value IS 186 (73.05% from 255) = 33.16%
BLUE value IS 174 (68.36% from 255) = 31.02%
R=35.83%
G=33.16%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20118617400.070.130.2126.672073.53
HexC9BAAE07D151b144a
Octal3112722560715253324112
Binary110010011011101010101110011111011010111011101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BAAE; }

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

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

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

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

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

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

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

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