#C2B4AC

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

Shades of Tide #C2B4AC

Tints of Tide #C2B4AC

Color information

#C2B4AC (or 0xC2B4AC) is unknown color: approx Tide. HEX triplet: C2, B4 and AC. RGB value is (194,180,172). Sum of RGB (Red+Green+Blue) = 194+180+172=546 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.53% from 546); Green value is 180 (70.70% from 255 or 32.97% from 546); Blue value is 172 (67.58% from 255 or 31.50% from 546); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B4AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B4AC is #3D4B53. Grayscale: #B7B7B7. Windows color (decimal): -4016980 or 11318466. OLE color: 11318466.

HSL color Cylindrical-coordinate representation of color #C2B4AC: hue angle of 21.82º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C2B4AC is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB194180172-
CMYK00.070.110.24
HSL21.82º15.28%71.76%-
HSV(B)21.82º11.34%76.08%-
XYZ46.0247.0945.69-
YUV183.27121.64135.65-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.53%
GREEN value IS 180 (70.70% from 255) = 32.97%
BLUE value IS 172 (67.58% from 255) = 31.50%
R=35.53%
G=32.97%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418017200.070.110.2421.8215.2871.76
HexC2B4AC07B1816f48
Octal3022642540713302617110
Binary11000010101101001010110001111011110001011011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B4AC; }

 p { color: rgb(194,180,172); }

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

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

 a { background-color: rgb(194,180,172); }

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

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

 span { border-color: rgb(194,180,172); }

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