Html Css Color HEX #C4BAB0 Tide

📋 copy color: '#C4BAB0'

red 196 ◦ green 186 ◦ blue 176

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

Shades of Tide #C4BAB0

Tints of Tide #C4BAB0

RGB

 RED value IS 196 (76.95% from 255) = 35.13%

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

 BLUE value IS 176 (69.14% from 255) = 31.54%

R = 35.13%
G = 33.33%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#C4BAB0 (or 0xC4BAB0) is known color: Tide. HEX triplet: C4, BA and B0. RGB value is (196,186,176). Sum of RGB (Red+Green+Blue) = 196+186+176=558 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.13% from 558); Green value is 186 (73.05% from 255 or 33.33% from 558); Blue value is 176 (69.14% from 255 or 31.54% from 558); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BAB0 is #3B454F. Grayscale: #BBBBBB. Windows color (decimal): -3884368 or 11582148. OLE color: 11582148.

HSL color Cylindrical-coordinate representation of color #C4BAB0: hue angle of 30º degrees, saturation: 0.14, 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 #C4BAB0 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 186 176 -
CMYK 0 0.05 0.10 0.23
HSL 30º 0.14% 0.73% -
HSV(B) 30º 0.1% 0.77% -
XYZ 48.16 49.99 48.18 -
YUV 187.85 121.31 133.81 -
System Red Green Blue C M Y K H S L
Decimal 196 186 176 0 0.05 0.10 0.23 30 0.14 0.73
Hex C4 BA B0 0 5 A 17 1E E 49
Octal 304 272 260 0 5 12 27 36 16 111
Binary 11000100 10111010 10110000 0 101 1010 10111 11110 1110 1001001

Color Harmonies of #C4BAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BAB0

Black with #C4BAB0

Text Example


Text Example

White with #C4BAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BAB0; }

 p { color: rgb(196,186,176); }

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

background-color css

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

 a { background-color: rgb(196,186,176); }

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

border-color css

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

 span { border-color: rgb(196,186,176); }

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