#C0B69F

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

Shades of Tea #C0B69F

Tints of Tea #C0B69F

Color information

#C0B69F (or 0xC0B69F) is unknown color: approx Tea. HEX triplet: C0, B6 and 9F. RGB value is (192,182,159). Sum of RGB (Red+Green+Blue) = 192+182+159=533 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.02% from 533); Green value is 182 (71.48% from 255 or 34.15% from 533); Blue value is 159 (62.5% from 255 or 29.83% from 533); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B69F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B69F is #3F4960. Grayscale: #B6B6B6. Windows color (decimal): -4147553 or 10467008. OLE color: 10467008.

HSL color Cylindrical-coordinate representation of color #C0B69F: hue angle of 41.82º 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 #C0B69F is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB192182159-
CMYK00.050.170.25
HSL41.82º20.75%68.82%-
HSV(B)41.82º17.19%75.29%-
XYZ44.7247.1739.55-
YUV182.37114.81134.87-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.02%
GREEN value IS 182 (71.48% from 255) = 34.15%
BLUE value IS 159 (62.5% from 255) = 29.83%
R=36.02%
G=34.15%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218215900.050.170.2541.8220.7568.82
HexC0B69F0511192a1545
Octal3002662370521315225105
Binary11000000101101101001111101011000111001101010101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B69F; }

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

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

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

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

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

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

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

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