#C3B6AB

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

Shades of Tide #C3B6AB

Tints of Tide #C3B6AB

Color information

#C3B6AB (or 0xC3B6AB) is unknown color: approx Tide. HEX triplet: C3, B6 and AB. RGB value is (195,182,171). Sum of RGB (Red+Green+Blue) = 195+182+171=548 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.58% from 548); Green value is 182 (71.48% from 255 or 33.21% from 548); Blue value is 171 (67.19% from 255 or 31.20% from 548); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B6AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B6AB is #3C4954. Grayscale: #B8B8B8. Windows color (decimal): -3950933 or 11253443. OLE color: 11253443.

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

Color convert

RGB195182171-
CMYK00.070.120.24
HSL27.5º16.67%71.76%-
HSV(B)27.5º12.31%76.47%-
XYZ46.584845.34-
YUV184.63120.31135.39-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.58%
GREEN value IS 182 (71.48% from 255) = 33.21%
BLUE value IS 171 (67.19% from 255) = 31.20%
R=35.58%
G=33.21%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518217100.070.120.2427.516.6771.76
HexC3B6AB07C181c1148
Octal3032662530714303421110
Binary110000111011011010101011011111001100011100100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B6AB; }

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

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

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

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

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

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

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

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