#C2B4AD

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

Shades of Tide #C2B4AD

Tints of Tide #C2B4AD

Color information

#C2B4AD (or 0xC2B4AD) is unknown color: approx Tide. HEX triplet: C2, B4 and AD. RGB value is (194,180,173). Sum of RGB (Red+Green+Blue) = 194+180+173=547 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.47% from 547); Green value is 180 (70.70% from 255 or 32.91% from 547); Blue value is 173 (67.97% from 255 or 31.63% from 547); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B4AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B4AD is #3D4B52. Grayscale: #B7B7B7. Windows color (decimal): -4016979 or 11384002. OLE color: 11384002.

HSL color Cylindrical-coordinate representation of color #C2B4AD: hue angle of 20º 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 #C2B4AD is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB194180173-
CMYK00.070.110.24
HSL20º14.69%71.96%-
HSV(B)20º10.82%76.08%-
XYZ46.1147.1346.2-
YUV183.39122.14135.57-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.47%
GREEN value IS 180 (70.70% from 255) = 32.91%
BLUE value IS 173 (67.97% from 255) = 31.63%
R=35.47%
G=32.91%
B=31.63%

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
Decimal19418017300.070.110.242014.6971.96
HexC2B4AD07B1814f48
Octal3022642550713302417110
Binary11000010101101001010110101111011110001010011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B4AD; }

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

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

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

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

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

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

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

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