#C3B3A9

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

Shades of Tide #C3B3A9

Tints of Tide #C3B3A9

Color information

#C3B3A9 (or 0xC3B3A9) is unknown color: approx Tide. HEX triplet: C3, B3 and A9. RGB value is (195,179,169). Sum of RGB (Red+Green+Blue) = 195+179+169=543 (71% of max value = 765). Red value is 195 (76.56% from 255 or 35.91% from 543); Green value is 179 (70.31% from 255 or 32.97% from 543); Blue value is 169 (66.41% from 255 or 31.12% from 543); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B3A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B3A9 is #3C4C56. Grayscale: #B6B6B6. Windows color (decimal): -3951703 or 11121603. OLE color: 11121603.

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

Color convert

RGB195179169-
CMYK00.080.130.24
HSL23.08º17.81%71.37%-
HSV(B)23.08º13.33%76.47%-
XYZ45.7946.7144.14-
YUV182.64120.3136.81-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.91%
GREEN value IS 179 (70.31% from 255) = 32.97%
BLUE value IS 169 (66.41% from 255) = 31.12%
R=35.91%
G=32.97%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517916900.080.130.2423.0817.8171.37
HexC3B3A908D18171247
Octal30326325101015302722107
Binary1100001110110011101010010100011011100010111100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B3A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B3A9; }

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

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

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

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

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

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

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

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