#C5B9B0

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

Shades of Tide #C5B9B0

Tints of Tide #C5B9B0

Color information

#C5B9B0 (or 0xC5B9B0) is unknown color: approx Tide. HEX triplet: C5, B9 and B0. RGB value is (197,185,176). Sum of RGB (Red+Green+Blue) = 197+185+176=558 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.30% from 558); Green value is 185 (72.66% from 255 or 33.15% from 558); Blue value is 176 (69.14% from 255 or 31.54% from 558); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B9B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B9B0 is #3A464F. Grayscale: #BBBBBB. Windows color (decimal): -3819088 or 11581893. OLE color: 11581893.

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

Color convert

RGB197185176-
CMYK00.060.110.23
HSL25.71º15.33%73.14%-
HSV(B)25.71º10.66%77.25%-
XYZ48.2149.748.13-
YUV187.56121.48134.73-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.30%
GREEN value IS 185 (72.66% from 255) = 33.15%
BLUE value IS 176 (69.14% from 255) = 31.54%
R=35.30%
G=33.15%
B=31.54%

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
Decimal19718517600.060.110.2325.7115.3373.14
HexC5B9B006B171af49
Octal3052712600613273217111
Binary11000101101110011011000001101011101111101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B9B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B9B0; }

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

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

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

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

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

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

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

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