#C0B49E

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

Shades of Tea #C0B49E

Tints of Tea #C0B49E

Color information

#C0B49E (or 0xC0B49E) is unknown color: approx Tea. HEX triplet: C0, B4 and 9E. RGB value is (192,180,158). Sum of RGB (Red+Green+Blue) = 192+180+158=530 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.23% from 530); Green value is 180 (70.70% from 255 or 33.96% from 530); Blue value is 158 (62.11% from 255 or 29.81% from 530); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B49E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B49E is #3F4B61. Grayscale: #B5B5B5. Windows color (decimal): -4148066 or 10400960. OLE color: 10400960.

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

Color convert

RGB192180158-
CMYK00.060.180.25
HSL38.82º21.25%68.63%-
HSV(B)38.82º17.71%75.29%-
XYZ44.2346.3238.96-
YUV181.08114.98135.79-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.23%
GREEN value IS 180 (70.70% from 255) = 33.96%
BLUE value IS 158 (62.11% from 255) = 29.81%
R=36.23%
G=33.96%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218015800.060.180.2538.8221.2568.63
HexC0B49E061219271545
Octal3002642360622314725105
Binary11000000101101001001111001101001011001100111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B49E; }

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

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

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

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

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

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

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

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