#C5B6AB

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

Shades of Tide #C5B6AB

Tints of Tide #C5B6AB

Color information

#C5B6AB (or 0xC5B6AB) is unknown color: approx Tide. HEX triplet: C5, B6 and AB. RGB value is (197,182,171). Sum of RGB (Red+Green+Blue) = 197+182+171=550 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.82% from 550); Green value is 182 (71.48% from 255 or 33.09% from 550); Blue value is 171 (67.19% from 255 or 31.09% from 550); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B6AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B6AB is #3A4954. Grayscale: #B9B9B9. Windows color (decimal): -3819861 or 11253445. OLE color: 11253445.

HSL color Cylindrical-coordinate representation of color #C5B6AB: hue angle of 25.38º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C5B6AB is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB197182171-
CMYK00.080.130.23
HSL25.38º18.31%72.16%-
HSV(B)25.38º13.2%77.25%-
XYZ47.148.2745.36-
YUV185.23119.97136.39-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.82%
GREEN value IS 182 (71.48% from 255) = 33.09%
BLUE value IS 171 (67.19% from 255) = 31.09%
R=35.82%
G=33.09%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718217100.080.130.2325.3818.3172.16
HexC5B6AB08D17191248
Octal30526625301015273122110
Binary1100010110110110101010110100011011011111001100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B6AB; }

 p { color: rgb(197,182,171); }

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

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

 a { background-color: rgb(197,182,171); }

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

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

 span { border-color: rgb(197,182,171); }

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