#C0B49F

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

Shades of Tea #C0B49F

Tints of Tea #C0B49F

Color information

#C0B49F (or 0xC0B49F) is unknown color: approx Tea. HEX triplet: C0, B4 and 9F. RGB value is (192,180,159). Sum of RGB (Red+Green+Blue) = 192+180+159=531 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.16% from 531); Green value is 180 (70.70% from 255 or 33.90% from 531); Blue value is 159 (62.5% from 255 or 29.94% from 531); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B49F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B49F is #3F4B60. Grayscale: #B5B5B5. Windows color (decimal): -4148065 or 10466496. OLE color: 10466496.

HSL color Cylindrical-coordinate representation of color #C0B49F: hue angle of 38.18º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C0B49F is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB192180159-
CMYK00.060.170.25
HSL38.18º20.75%68.82%-
HSV(B)38.18º17.19%75.29%-
XYZ44.3246.3539.41-
YUV181.19115.48135.71-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.16%
GREEN value IS 180 (70.70% from 255) = 33.90%
BLUE value IS 159 (62.5% from 255) = 29.94%
R=36.16%
G=33.90%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218015900.060.170.2538.1820.7568.82
HexC0B49F061119261545
Octal3002642370621314625105
Binary11000000101101001001111101101000111001100110101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B49F; }

 p { color: rgb(192,180,159); }

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

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

 a { background-color: rgb(192,180,159); }

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

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

 span { border-color: rgb(192,180,159); }

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