#C1B6AF

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

Shades of Tide #C1B6AF

Tints of Tide #C1B6AF

Color information

#C1B6AF (or 0xC1B6AF) is unknown color: approx Tide. HEX triplet: C1, B6 and AF. RGB value is (193,182,175). Sum of RGB (Red+Green+Blue) = 193+182+175=550 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.09% from 550); Green value is 182 (71.48% from 255 or 33.09% from 550); Blue value is 175 (68.75% from 255 or 31.82% from 550); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B6AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1B6AF is #3E4950. Grayscale: #B8B8B8. Windows color (decimal): -4082001 or 11515585. OLE color: 11515585.

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

Color convert

RGB193182175-
CMYK00.060.090.24
HSL23.33º12.68%72.16%-
HSV(B)23.33º9.33%75.69%-
XYZ46.4647.8947.35-
YUV184.49122.64134.07-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.09%
GREEN value IS 182 (71.48% from 255) = 33.09%
BLUE value IS 175 (68.75% from 255) = 31.82%
R=35.09%
G=33.09%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19318217500.060.090.2423.3312.6872.16
HexC1B6AF0691817d48
Octal3012662570611302715110
Binary11000001101101101010111101101001110001011111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B6AF; }

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

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

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

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

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

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

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

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