#C5BAB0

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

Shades of Tide #C5BAB0

Tints of Tide #C5BAB0

Color information

#C5BAB0 (or 0xC5BAB0) is unknown color: approx Tide. HEX triplet: C5, BA and B0. RGB value is (197,186,176). Sum of RGB (Red+Green+Blue) = 197+186+176=559 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.24% from 559); Green value is 186 (73.05% from 255 or 33.27% from 559); Blue value is 176 (69.14% from 255 or 31.48% from 559); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BAB0 is #3A454F. Grayscale: #BCBCBC. Windows color (decimal): -3818832 or 11582149. OLE color: 11582149.

HSL color Cylindrical-coordinate representation of color #C5BAB0: hue angle of 28.57º degrees, saturation: 0.15, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C5BAB0 is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB197186176-
CMYK00.060.110.23
HSL28.57º15.33%73.14%-
HSV(B)28.57º10.66%77.25%-
XYZ48.4250.1248.2-
YUV188.15121.14134.31-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.24%
GREEN value IS 186 (73.05% from 255) = 33.27%
BLUE value IS 176 (69.14% from 255) = 31.48%
R=35.24%
G=33.27%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718617600.060.110.2328.5715.3373.14
HexC5BAB006B171df49
Octal3052722600613273517111
Binary11000101101110101011000001101011101111110111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BAB0; }

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

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

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

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

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

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

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

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