#C2B8AD

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

Shades of Tide #C2B8AD

Tints of Tide #C2B8AD

Color information

#C2B8AD (or 0xC2B8AD) is unknown color: approx Tide. HEX triplet: C2, B8 and AD. RGB value is (194,184,173). Sum of RGB (Red+Green+Blue) = 194+184+173=551 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.21% from 551); Green value is 184 (72.27% from 255 or 33.39% from 551); Blue value is 173 (67.97% from 255 or 31.40% from 551); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B8AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B8AD is #3D4752. Grayscale: #B9B9B9. Windows color (decimal): -4015955 or 11385026. OLE color: 11385026.

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

Color convert

RGB194184173-
CMYK00.050.110.24
HSL31.43º14.69%71.96%-
HSV(B)31.43º10.82%76.08%-
XYZ46.9348.7746.47-
YUV185.74120.81133.89-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.21%
GREEN value IS 184 (72.27% from 255) = 33.39%
BLUE value IS 173 (67.97% from 255) = 31.40%
R=35.21%
G=33.39%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418417300.050.110.2431.4314.6971.96
HexC2B8AD05B181ff48
Octal3022702550513303717110
Binary11000010101110001010110101011011110001111111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B8AD; }

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

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

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

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

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

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

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

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