Html Css Color HEX #C0B49F Tea

📋 copy color: '#C0B49F'

red 192 ◦ green 180 ◦ blue 159

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

Shades of Tea #C0B49F

Tints of Tea #C0B49F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 29.94%

R = 36.16%
G = 33.9%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#C0B49F (or 0xC0B49F) is known color: Tea. HEX triplet: C0, B4 and 9F. RGB value is (192,180,159). Sum of RGB (Red+Green+Blue) = 192+180+159=531 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.16% from 531); Green value is 180 (70.70% from 255 or 33.90% from 531); Blue value is 159 (62.5% from 255 or 29.94% from 531); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B49F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B49F is #3F4B60. Grayscale: #B5B5B5. Windows color (decimal): -4148065 or 10466496. OLE color: 10466496.

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

Color convert

RGB 192 180 159 -
CMYK 0 0.06 0.17 0.25
HSL 38.18º 0.21% 0.69% -
HSV(B) 38.18º 0.17% 0.75% -
XYZ 44.32 46.35 39.41 -
YUV 181.19 115.48 135.71 -
System Red Green Blue C M Y K H S L
Decimal 192 180 159 0 0.06 0.17 0.25 38.18 0.21 0.69
Hex C0 B4 9F 0 6 11 19 26 15 45
Octal 300 264 237 0 6 21 31 46 25 105
Binary 11000000 10110100 10011111 0 110 10001 11001 100110 10101 1000101

Color Harmonies of #C0B49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B49F

Black with #C0B49F

Text Example


Text Example

White with #C0B49F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B49F; }

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

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

background-color css

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

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

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

border-color css

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

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

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