#C3B69D

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

Shades of Tea #C3B69D

Tints of Tea #C3B69D

Color information

#C3B69D (or 0xC3B69D) is unknown color: approx Tea. HEX triplet: C3, B6 and 9D. RGB value is (195,182,157). Sum of RGB (Red+Green+Blue) = 195+182+157=534 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.52% from 534); Green value is 182 (71.48% from 255 or 34.08% from 534); Blue value is 157 (61.72% from 255 or 29.40% from 534); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B69D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B69D is #3C4962. Grayscale: #B7B7B7. Windows color (decimal): -3950947 or 10335939. OLE color: 10335939.

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

Color convert

RGB195182157-
CMYK00.070.190.24
HSL39.47º24.05%69.02%-
HSV(B)39.47º19.49%76.47%-
XYZ45.3247.4938.68-
YUV183.04113.31136.53-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.52%
GREEN value IS 182 (71.48% from 255) = 34.08%
BLUE value IS 157 (61.72% from 255) = 29.40%
R=36.52%
G=34.08%
B=29.40%

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
Decimal19518215700.070.190.2439.4724.0569.02
HexC3B69D071318271845
Octal3032662350723304730105
Binary11000011101101101001110101111001111000100111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B69D; }

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

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

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

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

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

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

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

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