#C7BAB0

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

Shades of Tide #C7BAB0

Tints of Tide #C7BAB0

Color information

#C7BAB0 (or 0xC7BAB0) is unknown color: approx Tide. HEX triplet: C7, BA and B0. RGB value is (199,186,176). Sum of RGB (Red+Green+Blue) = 199+186+176=561 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.47% from 561); Green value is 186 (73.05% from 255 or 33.16% from 561); Blue value is 176 (69.14% from 255 or 31.37% from 561); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7BAB0 is #38454F. Grayscale: #BCBCBC. Windows color (decimal): -3687760 or 11582151. OLE color: 11582151.

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

Color convert

RGB199186176-
CMYK00.070.120.22
HSL26.09º17.04%73.53%-
HSV(B)26.09º11.56%78.04%-
XYZ48.9550.3948.22-
YUV188.75120.81135.31-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.47%
GREEN value IS 186 (73.05% from 255) = 33.16%
BLUE value IS 176 (69.14% from 255) = 31.37%
R=35.47%
G=33.16%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19918617600.070.120.2226.0917.0473.53
HexC7BAB007C161a114a
Octal3072722600714263221112
Binary110001111011101010110000011111001011011010100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BAB0; }

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

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

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

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

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

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

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

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