#C3B8AD

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

Shades of Tide #C3B8AD

Tints of Tide #C3B8AD

Color information

#C3B8AD (or 0xC3B8AD) is unknown color: approx Tide. HEX triplet: C3, B8 and AD. RGB value is (195,184,173). Sum of RGB (Red+Green+Blue) = 195+184+173=552 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.33% from 552); Green value is 184 (72.27% from 255 or 33.33% from 552); Blue value is 173 (67.97% from 255 or 31.34% from 552); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B8AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B8AD is #3C4752. Grayscale: #BABABA. Windows color (decimal): -3950419 or 11385027. OLE color: 11385027.

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

Color convert

RGB195184173-
CMYK00.060.110.24
HSL30º15.49%72.16%-
HSV(B)30º11.28%76.47%-
XYZ47.1948.946.49-
YUV186.04120.64134.39-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.33%
GREEN value IS 184 (72.27% from 255) = 33.33%
BLUE value IS 173 (67.97% from 255) = 31.34%
R=35.33%
G=33.33%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518417300.060.110.243015.4972.16
HexC3B8AD06B181ef48
Octal3032702550613303617110
Binary11000011101110001010110101101011110001111011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B8AD; }

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

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

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

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

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

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

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

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