#C3B69E

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

Shades of Tea #C3B69E

Tints of Tea #C3B69E

Color information

#C3B69E (or 0xC3B69E) is unknown color: approx Tea. HEX triplet: C3, B6 and 9E. RGB value is (195,182,158). Sum of RGB (Red+Green+Blue) = 195+182+158=535 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.45% from 535); Green value is 182 (71.48% from 255 or 34.02% from 535); Blue value is 158 (62.11% from 255 or 29.53% from 535); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B69E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B69E is #3C4961. Grayscale: #B7B7B7. Windows color (decimal): -3950946 or 10401475. OLE color: 10401475.

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

Color convert

RGB195182158-
CMYK00.070.190.24
HSL38.92º23.57%69.22%-
HSV(B)38.92º18.97%76.47%-
XYZ45.4147.5339.13-
YUV183.15113.81136.45-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.45%
GREEN value IS 182 (71.48% from 255) = 34.02%
BLUE value IS 158 (62.11% from 255) = 29.53%
R=36.45%
G=34.02%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518215800.070.190.2438.9223.5769.22
HexC3B69E071318271845
Octal3032662360723304730105
Binary11000011101101101001111001111001111000100111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B69E; }

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

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

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

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

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

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

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

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