#C3B6AF

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

Shades of Tide #C3B6AF

Tints of Tide #C3B6AF

Color information

#C3B6AF (or 0xC3B6AF) is unknown color: approx Tide. HEX triplet: C3, B6 and AF. RGB value is (195,182,175). Sum of RGB (Red+Green+Blue) = 195+182+175=552 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.33% from 552); Green value is 182 (71.48% from 255 or 32.97% from 552); Blue value is 175 (68.75% from 255 or 31.70% from 552); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B6AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B6AF is #3C4950. Grayscale: #B9B9B9. Windows color (decimal): -3950929 or 11515587. OLE color: 11515587.

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

Color convert

RGB195182175-
CMYK00.070.100.24
HSL21º14.29%72.55%-
HSV(B)21º10.26%76.47%-
XYZ46.9748.1547.38-
YUV185.09122.31135.07-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.33%
GREEN value IS 182 (71.48% from 255) = 32.97%
BLUE value IS 175 (68.75% from 255) = 31.70%
R=35.33%
G=32.97%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518217500.070.100.242114.2972.55
HexC3B6AF07A1815e49
Octal3032662570712302516111
Binary11000011101101101010111101111010110001010111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B6AF; }

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

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

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

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

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

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

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

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