#C5B9AF

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

Shades of Tide #C5B9AF

Tints of Tide #C5B9AF

Color information

#C5B9AF (or 0xC5B9AF) is unknown color: approx Tide. HEX triplet: C5, B9 and AF. RGB value is (197,185,175). Sum of RGB (Red+Green+Blue) = 197+185+175=557 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.37% from 557); Green value is 185 (72.66% from 255 or 33.21% from 557); Blue value is 175 (68.75% from 255 or 31.42% from 557); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B9AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B9AF is #3A4650. Grayscale: #BBBBBB. Windows color (decimal): -3819089 or 11516357. OLE color: 11516357.

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

Color convert

RGB197185175-
CMYK00.060.110.23
HSL27.27º15.94%72.94%-
HSV(B)27.27º11.17%77.25%-
XYZ48.1149.6647.61-
YUV187.45120.98134.81-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.37%
GREEN value IS 185 (72.66% from 255) = 33.21%
BLUE value IS 175 (68.75% from 255) = 31.42%
R=35.37%
G=33.21%
B=31.42%

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
Decimal19718517500.060.110.2327.2715.9472.94
HexC5B9AF06B171b1049
Octal3052712570613273320111
Binary110001011011100110101111011010111011111011100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B9AF; }

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

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

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

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

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

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

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

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