#C3B8AF

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

Shades of Tide #C3B8AF

Tints of Tide #C3B8AF

Color information

#C3B8AF (or 0xC3B8AF) is unknown color: approx Tide. HEX triplet: C3, B8 and AF. RGB value is (195,184,175). Sum of RGB (Red+Green+Blue) = 195+184+175=554 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.20% from 554); Green value is 184 (72.27% from 255 or 33.21% from 554); Blue value is 175 (68.75% from 255 or 31.59% from 554); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B8AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B8AF is #3C4750. Grayscale: #BABABA. Windows color (decimal): -3950417 or 11516099. OLE color: 11516099.

HSL color Cylindrical-coordinate representation of color #C3B8AF: hue angle of 27º degrees, saturation: 0.14, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C3B8AF is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB195184175-
CMYK00.060.100.24
HSL27º14.29%72.55%-
HSV(B)27º10.26%76.47%-
XYZ47.3848.9847.51-
YUV186.26121.64134.23-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.20%
GREEN value IS 184 (72.27% from 255) = 33.21%
BLUE value IS 175 (68.75% from 255) = 31.59%
R=35.20%
G=33.21%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518417500.060.100.242714.2972.55
HexC3B8AF06A181be49
Octal3032702570612303316111
Binary11000011101110001010111101101010110001101111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B8AF; }

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

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

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

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

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

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

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

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