#C2B4AE

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

Shades of Tide #C2B4AE

Tints of Tide #C2B4AE

Color information

#C2B4AE (or 0xC2B4AE) is unknown color: approx Tide. HEX triplet: C2, B4 and AE. RGB value is (194,180,174). Sum of RGB (Red+Green+Blue) = 194+180+174=548 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.40% from 548); Green value is 180 (70.70% from 255 or 32.85% from 548); Blue value is 174 (68.36% from 255 or 31.75% from 548); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B4AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B4AE is #3D4B51. Grayscale: #B7B7B7. Windows color (decimal): -4016978 or 11449538. OLE color: 11449538.

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

Color convert

RGB194180174-
CMYK00.070.100.24
HSL18º14.08%72.16%-
HSV(B)18º10.31%76.08%-
XYZ46.2147.1746.71-
YUV183.5122.64135.49-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.40%
GREEN value IS 180 (70.70% from 255) = 32.85%
BLUE value IS 174 (68.36% from 255) = 31.75%
R=35.40%
G=32.85%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418017400.070.100.241814.0872.16
HexC2B4AE07A1812e48
Octal3022642560712302216110
Binary11000010101101001010111001111010110001001011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B4AE; }

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

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

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

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

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

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

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

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