#C7BAAE

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

Shades of Tide #C7BAAE

Tints of Tide #C7BAAE

Color information

#C7BAAE (or 0xC7BAAE) is unknown color: approx Tide. HEX triplet: C7, BA and AE. RGB value is (199,186,174). Sum of RGB (Red+Green+Blue) = 199+186+174=559 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.60% from 559); Green value is 186 (73.05% from 255 or 33.27% from 559); Blue value is 174 (68.36% from 255 or 31.13% from 559); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7BAAE is #384551. Grayscale: #BCBCBC. Windows color (decimal): -3687762 or 11451079. OLE color: 11451079.

HSL color Cylindrical-coordinate representation of color #C7BAAE: hue angle of 28.8º degrees, saturation: 0.18, 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 #C7BAAE is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB199186174-
CMYK00.070.130.22
HSL28.8º18.25%73.14%-
HSV(B)28.8º12.56%78.04%-
XYZ48.7550.3247.19-
YUV188.52119.81135.48-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.60%
GREEN value IS 186 (73.05% from 255) = 33.27%
BLUE value IS 174 (68.36% from 255) = 31.13%
R=35.60%
G=33.27%
B=31.13%

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
Decimal19918617400.070.130.2228.818.2573.14
HexC7BAAE07D161d1249
Octal3072722560715263522111
Binary110001111011101010101110011111011011011101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BAAE; }

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

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

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

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

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

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

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

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