Html Css Color HEX #C5B9AF Tide

📋 copy color: '#C5B9AF'

red 197 ◦ green 185 ◦ blue 175

#C5B9AF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tide #C5B9AF

Tints of Tide #C5B9AF

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 value IS 0

 M value IS 0.06

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C5B9AF (or 0xC5B9AF) is known color: 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

RGB 197 185 175 -
CMYK 0 0.06 0.11 0.23
HSL 27.27º 0.16% 0.73% -
HSV(B) 27.27º 0.11% 0.77% -
XYZ 48.11 49.66 47.61 -
YUV 187.45 120.98 134.81 -
System Red Green Blue C M Y K H S L
Decimal 197 185 175 0 0.06 0.11 0.23 27.27 0.16 0.73
Hex C5 B9 AF 0 6 B 17 1B 10 49
Octal 305 271 257 0 6 13 27 33 20 111
Binary 11000101 10111001 10101111 0 110 1011 10111 11011 10000 1001001

Color Harmonies of #C5B9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B9AF

Black with #C5B9AF

Text Example


Text Example

White with #C5B9AF

Text Example


Text Example

HTML Codes & Css Web 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>