#C0B2A0

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

Shades of Tea #C0B2A0

Tints of Tea #C0B2A0

Color information

#C0B2A0 (or 0xC0B2A0) is unknown color: approx Tea. HEX triplet: C0, B2 and A0. RGB value is (192,178,160). Sum of RGB (Red+Green+Blue) = 192+178+160=530 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.23% from 530); Green value is 178 (69.92% from 255 or 33.58% from 530); Blue value is 160 (62.89% from 255 or 30.19% from 530); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B2A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0B2A0 is #3F4D5F. Grayscale: #B4B4B4. Windows color (decimal): -4148576 or 10531520. OLE color: 10531520.

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

Color convert

RGB192178160-
CMYK00.070.170.25
HSL33.75º20.25%69.02%-
HSV(B)33.75º16.67%75.29%-
XYZ4445.5939.74-
YUV180.13116.64136.46-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.23%
GREEN value IS 178 (69.92% from 255) = 33.58%
BLUE value IS 160 (62.89% from 255) = 30.19%
R=36.23%
G=33.58%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217816000.070.170.2533.7520.2569.02
HexC0B2A0071119221445
Octal3002622400721314224105
Binary11000000101100101010000001111000111001100010101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B2A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B2A0; }

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

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

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

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

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

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

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

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