#C5B5A9

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

Shades of Tide #C5B5A9

Tints of Tide #C5B5A9

Color information

#C5B5A9 (or 0xC5B5A9) is unknown color: approx Tide. HEX triplet: C5, B5 and A9. RGB value is (197,181,169). Sum of RGB (Red+Green+Blue) = 197+181+169=547 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.01% from 547); Green value is 181 (71.09% from 255 or 33.09% from 547); Blue value is 169 (66.41% from 255 or 30.90% from 547); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B5A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B5A9 is #3A4A56. Grayscale: #B8B8B8. Windows color (decimal): -3820119 or 11122117. OLE color: 11122117.

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

Color convert

RGB197181169-
CMYK00.080.140.23
HSL25.71º19.44%71.76%-
HSV(B)25.71º14.21%77.25%-
XYZ46.7147.7844.3-
YUV184.42119.3136.98-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.01%
GREEN value IS 181 (71.09% from 255) = 33.09%
BLUE value IS 169 (66.41% from 255) = 30.90%
R=36.01%
G=33.09%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718116900.080.140.2325.7119.4471.76
HexC5B5A908E171a1348
Octal30526525101016273223110
Binary1100010110110101101010010100011101011111010100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B5A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B5A9; }

 p { color: rgb(197,181,169); }

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

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

 a { background-color: rgb(197,181,169); }

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

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

 span { border-color: rgb(197,181,169); }

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