Html Css Color HEX #C5BAB1 Tide

📋 copy color: '#C5BAB1'

red 197 ◦ green 186 ◦ blue 177

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

Shades of Tide #C5BAB1

Tints of Tide #C5BAB1

RGB

 RED value IS 197 (77.34% from 255) = 35.18%

 GREEN value IS 186 (73.05% from 255) = 33.21%

 BLUE value IS 177 (69.53% from 255) = 31.61%

R = 35.18%
G = 33.21%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#C5BAB1 (or 0xC5BAB1) is known color: Tide. HEX triplet: C5, BA and B1. RGB value is (197,186,177). Sum of RGB (Red+Green+Blue) = 197+186+177=560 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.18% from 560); Green value is 186 (73.05% from 255 or 33.21% from 560); Blue value is 177 (69.53% from 255 or 31.61% from 560); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BAB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BAB1 is #3A454E. Grayscale: #BCBCBC. Windows color (decimal): -3818831 or 11647685. OLE color: 11647685.

HSL color Cylindrical-coordinate representation of color #C5BAB1: hue angle of 27º degrees, saturation: 0.15, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C5BAB1 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 186 177 -
CMYK 0 0.06 0.10 0.23
HSL 27º 0.15% 0.73% -
HSV(B) 27º 0.1% 0.77% -
XYZ 48.52 50.16 48.72 -
YUV 188.26 121.64 134.23 -
System Red Green Blue C M Y K H S L
Decimal 197 186 177 0 0.06 0.10 0.23 27 0.15 0.73
Hex C5 BA B1 0 6 A 17 1B F 49
Octal 305 272 261 0 6 12 27 33 17 111
Binary 11000101 10111010 10110001 0 110 1010 10111 11011 1111 1001001

Color Harmonies of #C5BAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BAB1

Black with #C5BAB1

Text Example


Text Example

White with #C5BAB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BAB1; }

 p { color: rgb(197,186,177); }

 H1.HeaderClassName
 {
   color: #C5BAB1;
 }
 .AnyTagClassName
 {
   color: #C5BAB1;
 }
</style>

background-color css

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

 a { background-color: rgb(197,186,177); }

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

border-color css

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

 span { border-color: rgb(197,186,177); }

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