#C3B7AD

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

Shades of Tide #C3B7AD

Tints of Tide #C3B7AD

Color information

#C3B7AD (or 0xC3B7AD) is unknown color: approx Tide. HEX triplet: C3, B7 and AD. RGB value is (195,183,173). Sum of RGB (Red+Green+Blue) = 195+183+173=551 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.39% from 551); Green value is 183 (71.88% from 255 or 33.21% from 551); Blue value is 173 (67.97% from 255 or 31.40% from 551); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B7AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B7AD is #3C4852. Grayscale: #B9B9B9. Windows color (decimal): -3950675 or 11384771. OLE color: 11384771.

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

Color convert

RGB195183173-
CMYK00.060.110.24
HSL27.27º15.49%72.16%-
HSV(B)27.27º11.28%76.47%-
XYZ46.9848.4946.42-
YUV185.45120.98134.81-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.39%
GREEN value IS 183 (71.88% from 255) = 33.21%
BLUE value IS 173 (67.97% from 255) = 31.40%
R=35.39%
G=33.21%
B=31.40%

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
Decimal19518317300.060.110.2427.2715.4972.16
HexC3B7AD06B181bf48
Octal3032672550613303317110
Binary11000011101101111010110101101011110001101111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B7AD; }

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

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

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

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

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

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

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

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