#C2B8A7

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

Shades of Tea #C2B8A7

Tints of Tea #C2B8A7

Color information

#C2B8A7 (or 0xC2B8A7) is unknown color: approx Tea. HEX triplet: C2, B8 and A7. RGB value is (194,184,167). Sum of RGB (Red+Green+Blue) = 194+184+167=545 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.60% from 545); Green value is 184 (72.27% from 255 or 33.76% from 545); Blue value is 167 (65.62% from 255 or 30.64% from 545); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B8A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B8A7 is #3D4758. Grayscale: #B9B9B9. Windows color (decimal): -4015961 or 10991810. OLE color: 10991810.

HSL color Cylindrical-coordinate representation of color #C2B8A7: hue angle of 37.78º degrees, saturation: 0.18, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C2B8A7 is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.24.

Color convert

RGB194184167-
CMYK00.050.140.24
HSL37.78º18.12%70.78%-
HSV(B)37.78º13.92%76.08%-
XYZ46.3648.5443.48-
YUV185.05117.81134.38-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.60%
GREEN value IS 184 (72.27% from 255) = 33.76%
BLUE value IS 167 (65.62% from 255) = 30.64%
R=35.60%
G=33.76%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.14
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418416700.050.140.2437.7818.1270.78
HexC2B8A705E18261247
Octal3022702470516304622107
Binary1100001010111000101001110101111011000100110100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B8A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B8A7; }

 p { color: rgb(194,184,167); }

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

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

 a { background-color: rgb(194,184,167); }

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

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

 span { border-color: rgb(194,184,167); }

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