#C3B7AC

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

Shades of Tide #C3B7AC

Tints of Tide #C3B7AC

Color information

#C3B7AC (or 0xC3B7AC) is unknown color: approx Tide. HEX triplet: C3, B7 and AC. RGB value is (195,183,172). Sum of RGB (Red+Green+Blue) = 195+183+172=550 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.45% from 550); Green value is 183 (71.88% from 255 or 33.27% from 550); Blue value is 172 (67.58% from 255 or 31.27% from 550); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B7AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B7AC is #3C4853. Grayscale: #B9B9B9. Windows color (decimal): -3950676 or 11319235. OLE color: 11319235.

HSL color Cylindrical-coordinate representation of color #C3B7AC: hue angle of 28.7º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C3B7AC is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB195183172-
CMYK00.060.120.24
HSL28.7º16.08%71.96%-
HSV(B)28.7º11.79%76.47%-
XYZ46.8948.4545.91-
YUV185.33120.48134.89-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.45%
GREEN value IS 183 (71.88% from 255) = 33.27%
BLUE value IS 172 (67.58% from 255) = 31.27%
R=35.45%
G=33.27%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518317200.060.120.2428.716.0871.96
HexC3B7AC06C181d1048
Octal3032672540614303520110
Binary110000111011011110101100011011001100011101100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B7AC; }

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

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

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

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

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

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

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

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