#C2B4AA

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

Shades of Tide #C2B4AA

Tints of Tide #C2B4AA

Color information

#C2B4AA (or 0xC2B4AA) is unknown color: approx Tide. HEX triplet: C2, B4 and AA. RGB value is (194,180,170). Sum of RGB (Red+Green+Blue) = 194+180+170=544 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.66% from 544); Green value is 180 (70.70% from 255 or 33.09% from 544); Blue value is 170 (66.80% from 255 or 31.25% from 544); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B4AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B4AA is #3D4B55. Grayscale: #B7B7B7. Windows color (decimal): -4016982 or 11187394. OLE color: 11187394.

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

Color convert

RGB194180170-
CMYK00.070.120.24
HSL25º16.44%71.37%-
HSV(B)25º12.37%76.08%-
XYZ45.8347.0144.69-
YUV183.05120.64135.81-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.66%
GREEN value IS 180 (70.70% from 255) = 33.09%
BLUE value IS 170 (66.80% from 255) = 31.25%
R=35.66%
G=33.09%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418017000.070.120.242516.4471.37
HexC2B4AA07C18191047
Octal3022642520714303120107
Binary110000101011010010101010011111001100011001100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B4AA; }

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

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

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

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

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

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

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

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