#C5B4A6

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

Shades of Tide #C5B4A6

Tints of Tide #C5B4A6

Color information

#C5B4A6 (or 0xC5B4A6) is unknown color: approx Tide. HEX triplet: C5, B4 and A6. RGB value is (197,180,166). Sum of RGB (Red+Green+Blue) = 197+180+166=543 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.28% from 543); Green value is 180 (70.70% from 255 or 33.15% from 543); Blue value is 166 (65.23% from 255 or 30.57% from 543); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B4A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B4A6 is #3A4B59. Grayscale: #B7B7B7. Windows color (decimal): -3820378 or 10925253. OLE color: 10925253.

HSL color Cylindrical-coordinate representation of color #C5B4A6: hue angle of 27.1º degrees, saturation: 0.21, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C5B4A6 is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.23.

Color convert

RGB197180166-
CMYK00.090.160.23
HSL27.1º21.09%71.18%-
HSV(B)27.1º15.74%77.25%-
XYZ46.2347.2742.76-
YUV183.49118.13137.64-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.28%
GREEN value IS 180 (70.70% from 255) = 33.15%
BLUE value IS 166 (65.23% from 255) = 30.57%
R=36.28%
G=33.15%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.16
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718016600.090.160.2327.121.0971.18
HexC5B4A60910171b1547
Octal30526424601120273325107
Binary11000101101101001010011001001100001011111011101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B4A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B4A6; }

 p { color: rgb(197,180,166); }

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

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

 a { background-color: rgb(197,180,166); }

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

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

 span { border-color: rgb(197,180,166); }

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