#C2B5AA

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

Shades of Tide #C2B5AA

Tints of Tide #C2B5AA

Color information

#C2B5AA (or 0xC2B5AA) is unknown color: approx Tide. HEX triplet: C2, B5 and AA. RGB value is (194,181,170). Sum of RGB (Red+Green+Blue) = 194+181+170=545 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.60% from 545); Green value is 181 (71.09% from 255 or 33.21% from 545); Blue value is 170 (66.80% from 255 or 31.19% from 545); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B5AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B5AA is #3D4A55. Grayscale: #B7B7B7. Windows color (decimal): -4016726 or 11187650. OLE color: 11187650.

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

Color convert

RGB194181170-
CMYK00.070.120.24
HSL27.5º16.44%71.37%-
HSV(B)27.5º12.37%76.08%-
XYZ46.0347.4244.76-
YUV183.63120.31135.39-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.60%
GREEN value IS 181 (71.09% from 255) = 33.21%
BLUE value IS 170 (66.80% from 255) = 31.19%
R=35.60%
G=33.21%
B=31.19%

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
Decimal19418117000.070.120.2427.516.4471.37
HexC2B5AA07C181c1047
Octal3022652520714303420107
Binary110000101011010110101010011111001100011100100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B5AA; }

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

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

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

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

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

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

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

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