#C3B3AB

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

Shades of Tide #C3B3AB

Tints of Tide #C3B3AB

Color information

#C3B3AB (or 0xC3B3AB) is unknown color: approx Tide. HEX triplet: C3, B3 and AB. RGB value is (195,179,171). Sum of RGB (Red+Green+Blue) = 195+179+171=545 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.78% from 545); Green value is 179 (70.31% from 255 or 32.84% from 545); Blue value is 171 (67.19% from 255 or 31.38% from 545); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B3AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B3AB is #3C4C54. Grayscale: #B6B6B6. Windows color (decimal): -3951701 or 11252675. OLE color: 11252675.

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

Color convert

RGB195179171-
CMYK00.080.120.24
HSL20º16.67%71.76%-
HSV(B)20º12.31%76.47%-
XYZ45.9846.7845.13-
YUV182.87121.3136.65-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.78%
GREEN value IS 179 (70.31% from 255) = 32.84%
BLUE value IS 171 (67.19% from 255) = 31.38%
R=35.78%
G=32.84%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517917100.080.120.242016.6771.76
HexC3B3AB08C18141148
Octal30326325301014302421110
Binary1100001110110011101010110100011001100010100100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B3AB; }

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

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

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

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

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

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

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

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