#C3B6AE

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

Shades of Tide #C3B6AE

Tints of Tide #C3B6AE

Color information

#C3B6AE (or 0xC3B6AE) is unknown color: approx Tide. HEX triplet: C3, B6 and AE. RGB value is (195,182,174). Sum of RGB (Red+Green+Blue) = 195+182+174=551 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.39% from 551); Green value is 182 (71.48% from 255 or 33.03% from 551); Blue value is 174 (68.36% from 255 or 31.58% from 551); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B6AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B6AE is #3C4951. Grayscale: #B9B9B9. Windows color (decimal): -3950930 or 11450051. OLE color: 11450051.

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

Color convert

RGB195182174-
CMYK00.070.110.24
HSL22.86º14.89%72.35%-
HSV(B)22.86º10.77%76.47%-
XYZ46.8748.1146.86-
YUV184.98121.81135.15-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.39%
GREEN value IS 182 (71.48% from 255) = 33.03%
BLUE value IS 174 (68.36% from 255) = 31.58%
R=35.39%
G=33.03%
B=31.58%

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
Decimal19518217400.070.110.2422.8614.8972.35
HexC3B6AE07B1817f48
Octal3032662560713302717110
Binary11000011101101101010111001111011110001011111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B6AE; }

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

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

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

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

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

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

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

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