#C3B6AD

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

Shades of Tide #C3B6AD

Tints of Tide #C3B6AD

Color information

#C3B6AD (or 0xC3B6AD) is unknown color: approx Tide. HEX triplet: C3, B6 and AD. RGB value is (195,182,173). Sum of RGB (Red+Green+Blue) = 195+182+173=550 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.45% from 550); Green value is 182 (71.48% from 255 or 33.09% from 550); Blue value is 173 (67.97% from 255 or 31.45% from 550); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B6AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B6AD is #3C4952. Grayscale: #B8B8B8. Windows color (decimal): -3950931 or 11384515. OLE color: 11384515.

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

Color convert

RGB195182173-
CMYK00.070.110.24
HSL24.55º15.49%72.16%-
HSV(B)24.55º11.28%76.47%-
XYZ46.7848.0846.35-
YUV184.86121.31135.23-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.45%
GREEN value IS 182 (71.48% from 255) = 33.09%
BLUE value IS 173 (67.97% from 255) = 31.45%
R=35.45%
G=33.09%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518217300.070.110.2424.5515.4972.16
HexC3B6AD07B1819f48
Octal3032662550713303117110
Binary11000011101101101010110101111011110001100111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B6AD; }

 p { color: rgb(195,182,173); }

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

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

 a { background-color: rgb(195,182,173); }

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

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

 span { border-color: rgb(195,182,173); }

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