#C0B5A0

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

Shades of Tea #C0B5A0

Tints of Tea #C0B5A0

Color information

#C0B5A0 (or 0xC0B5A0) is unknown color: approx Tea. HEX triplet: C0, B5 and A0. RGB value is (192,181,160). Sum of RGB (Red+Green+Blue) = 192+181+160=533 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.02% from 533); Green value is 181 (71.09% from 255 or 33.96% from 533); Blue value is 160 (62.89% from 255 or 30.02% from 533); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B5A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B5A0 is #3F4A5F. Grayscale: #B5B5B5. Windows color (decimal): -4147808 or 10532288. OLE color: 10532288.

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

Color convert

RGB192181160-
CMYK00.060.170.25
HSL39.38º20.25%69.02%-
HSV(B)39.38º16.67%75.29%-
XYZ44.6146.7939.94-
YUV181.9115.64135.21-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.02%
GREEN value IS 181 (71.09% from 255) = 33.96%
BLUE value IS 160 (62.89% from 255) = 30.02%
R=36.02%
G=33.96%
B=30.02%

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
Decimal19218116000.060.170.2539.3820.2569.02
HexC0B5A0061119271445
Octal3002652400621314724105
Binary11000000101101011010000001101000111001100111101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B5A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B5A0; }

 p { color: rgb(192,181,160); }

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

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

 a { background-color: rgb(192,181,160); }

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

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

 span { border-color: rgb(192,181,160); }

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