Html Css Color HEX #C0B59E Tea

📋 copy color: '#C0B59E'

red 192 ◦ green 181 ◦ blue 158

#C0B59E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tea #C0B59E

Tints of Tea #C0B59E

RGB

 RED value IS 192 (75.39% from 255) = 36.16%

 GREEN value IS 181 (71.09% from 255) = 34.09%

 BLUE value IS 158 (62.11% from 255) = 29.76%

R = 36.16%
G = 34.09%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#C0B59E (or 0xC0B59E) is known color: Tea. HEX triplet: C0, B5 and 9E. RGB value is (192,181,158). Sum of RGB (Red+Green+Blue) = 192+181+158=531 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.16% from 531); Green value is 181 (71.09% from 255 or 34.09% from 531); Blue value is 158 (62.11% from 255 or 29.76% from 531); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B59E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B59E is #3F4A61. Grayscale: #B5B5B5. Windows color (decimal): -4147810 or 10401216. OLE color: 10401216.

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

Color convert

RGB 192 181 158 -
CMYK 0 0.06 0.18 0.25
HSL 40.59º 0.21% 0.69% -
HSV(B) 40.59º 0.18% 0.75% -
XYZ 44.43 46.72 39.02 -
YUV 181.67 114.64 135.37 -
System Red Green Blue C M Y K H S L
Decimal 192 181 158 0 0.06 0.18 0.25 40.59 0.21 0.69
Hex C0 B5 9E 0 6 12 19 29 15 45
Octal 300 265 236 0 6 22 31 51 25 105
Binary 11000000 10110101 10011110 0 110 10010 11001 101001 10101 1000101

Color Harmonies of #C0B59E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B59E

Black with #C0B59E

Text Example


Text Example

White with #C0B59E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B59E; }

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

 H1.HeaderClassName
 {
   color: #C0B59E;
 }
 .AnyTagClassName
 {
   color: #C0B59E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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