#C3B59F

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

Shades of Tea #C3B59F

Tints of Tea #C3B59F

Color information

#C3B59F (or 0xC3B59F) is unknown color: approx Tea. HEX triplet: C3, B5 and 9F. RGB value is (195,181,159). Sum of RGB (Red+Green+Blue) = 195+181+159=535 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.45% from 535); Green value is 181 (71.09% from 255 or 33.83% from 535); Blue value is 159 (62.5% from 255 or 29.72% from 535); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B59F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B59F is #3C4A60. Grayscale: #B6B6B6. Windows color (decimal): -3951201 or 10466755. OLE color: 10466755.

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

Color convert

RGB195181159-
CMYK00.070.180.24
HSL36.67º23.08%69.41%-
HSV(B)36.67º18.46%76.47%-
XYZ45.2947.1539.52-
YUV182.68114.64136.79-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.45%
GREEN value IS 181 (71.09% from 255) = 33.83%
BLUE value IS 159 (62.5% from 255) = 29.72%
R=36.45%
G=33.83%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518115900.070.180.2436.6723.0869.41
HexC3B59F071218251745
Octal3032652370722304527105
Binary11000011101101011001111101111001011000100101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B59F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B59F; }

 p { color: rgb(195,181,159); }

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

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

 a { background-color: rgb(195,181,159); }

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

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

 span { border-color: rgb(195,181,159); }

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