#C4BAAF

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

Shades of Tide #C4BAAF

Tints of Tide #C4BAAF

Color information

#C4BAAF (or 0xC4BAAF) is unknown color: approx Tide. HEX triplet: C4, BA and AF. RGB value is (196,186,175). Sum of RGB (Red+Green+Blue) = 196+186+175=557 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.19% from 557); Green value is 186 (73.05% from 255 or 33.39% from 557); Blue value is 175 (68.75% from 255 or 31.42% from 557); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BAAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BAAF is #3B4550. Grayscale: #BBBBBB. Windows color (decimal): -3884369 or 11516612. OLE color: 11516612.

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

Color convert

RGB196186175-
CMYK00.050.110.23
HSL31.43º15.11%72.75%-
HSV(B)31.43º10.71%76.86%-
XYZ48.0649.9547.67-
YUV187.74120.81133.89-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.19%
GREEN value IS 186 (73.05% from 255) = 33.39%
BLUE value IS 175 (68.75% from 255) = 31.42%
R=35.19%
G=33.39%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618617500.050.110.2331.4315.1172.75
HexC4BAAF05B171ff49
Octal3042722570513273717111
Binary11000100101110101010111101011011101111111111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BAAF; }

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

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

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

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

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

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

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

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