#C3B5AD

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

Shades of Tide #C3B5AD

Tints of Tide #C3B5AD

Color information

#C3B5AD (or 0xC3B5AD) is unknown color: approx Tide. HEX triplet: C3, B5 and AD. RGB value is (195,181,173). Sum of RGB (Red+Green+Blue) = 195+181+173=549 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.52% from 549); Green value is 181 (71.09% from 255 or 32.97% from 549); Blue value is 173 (67.97% from 255 or 31.51% from 549); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B5AD is #3C4A52. Grayscale: #B8B8B8. Windows color (decimal): -3951187 or 11384259. OLE color: 11384259.

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

Color convert

RGB195181173-
CMYK00.070.110.24
HSL21.82º15.49%72.16%-
HSV(B)21.82º11.28%76.47%-
XYZ46.5747.6746.28-
YUV184.27121.64135.65-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.52%
GREEN value IS 181 (71.09% from 255) = 32.97%
BLUE value IS 173 (67.97% from 255) = 31.51%
R=35.52%
G=32.97%
B=31.51%

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
Decimal19518117300.070.110.2421.8215.4972.16
HexC3B5AD07B1816f48
Octal3032652550713302617110
Binary11000011101101011010110101111011110001011011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B5AD; }

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

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

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

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

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

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

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

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