#C2B3AA

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

Shades of Tide #C2B3AA

Tints of Tide #C2B3AA

Color information

#C2B3AA (or 0xC2B3AA) is unknown color: approx Tide. HEX triplet: C2, B3 and AA. RGB value is (194,179,170). Sum of RGB (Red+Green+Blue) = 194+179+170=543 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.73% from 543); Green value is 179 (70.31% from 255 or 32.97% from 543); Blue value is 170 (66.80% from 255 or 31.31% from 543); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B3AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B3AA is #3D4C55. Grayscale: #B6B6B6. Windows color (decimal): -4017238 or 11187138. OLE color: 11187138.

HSL color Cylindrical-coordinate representation of color #C2B3AA: hue angle of 22.5º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2B3AA is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB194179170-
CMYK00.080.120.24
HSL22.5º16.44%71.37%-
HSV(B)22.5º12.37%76.08%-
XYZ45.6246.6144.62-
YUV182.46120.97136.23-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.73%
GREEN value IS 179 (70.31% from 255) = 32.97%
BLUE value IS 170 (66.80% from 255) = 31.31%
R=35.73%
G=32.97%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417917000.080.120.2422.516.4471.37
HexC2B3AA08C18171047
Octal30226325201014302720107
Binary1100001010110011101010100100011001100010111100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B3AA; }

 p { color: rgb(194,179,170); }

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

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

 a { background-color: rgb(194,179,170); }

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

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

 span { border-color: rgb(194,179,170); }

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