Html Css Color HEX #C0B49E Tea

📋 copy color: '#C0B49E'

red 192 ◦ green 180 ◦ blue 158

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

Shades of Tea #C0B49E

Tints of Tea #C0B49E

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.96%

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

R = 36.23%
G = 33.96%
B = 29.81%

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

#C0B49E (or 0xC0B49E) is known color: Tea. HEX triplet: C0, B4 and 9E. RGB value is (192,180,158). Sum of RGB (Red+Green+Blue) = 192+180+158=530 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.23% from 530); Green value is 180 (70.70% from 255 or 33.96% from 530); Blue value is 158 (62.11% from 255 or 29.81% from 530); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B49E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B49E is #3F4B61. Grayscale: #B5B5B5. Windows color (decimal): -4148066 or 10400960. OLE color: 10400960.

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

Color convert

RGB 192 180 158 -
CMYK 0 0.06 0.18 0.25
HSL 38.82º 0.21% 0.69% -
HSV(B) 38.82º 0.18% 0.75% -
XYZ 44.23 46.32 38.96 -
YUV 181.08 114.98 135.79 -
System Red Green Blue C M Y K H S L
Decimal 192 180 158 0 0.06 0.18 0.25 38.82 0.21 0.69
Hex C0 B4 9E 0 6 12 19 27 15 45
Octal 300 264 236 0 6 22 31 47 25 105
Binary 11000000 10110100 10011110 0 110 10010 11001 100111 10101 1000101

Color Harmonies of #C0B49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B49E

Black with #C0B49E

Text Example


Text Example

White with #C0B49E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B49E; }

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

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

background-color css

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

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

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

border-color css

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

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

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