Html Css Color HEX #C0B5A4 Tea

📋 copy color: '#C0B5A4'

red 192 ◦ green 181 ◦ blue 164

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

Shades of Tea #C0B5A4

Tints of Tea #C0B5A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 30.54%

R = 35.75%
G = 33.71%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#C0B5A4 (or 0xC0B5A4) is known color: Tea. HEX triplet: C0, B5 and A4. RGB value is (192,181,164). Sum of RGB (Red+Green+Blue) = 192+181+164=537 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.75% from 537); Green value is 181 (71.09% from 255 or 33.71% from 537); Blue value is 164 (64.45% from 255 or 30.54% from 537); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B5A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B5A4 is #3F4A5B. Grayscale: #B6B6B6. Windows color (decimal): -4147804 or 10794432. OLE color: 10794432.

HSL color Cylindrical-coordinate representation of color #C0B5A4: hue angle of 36.43º degrees, saturation: 0.18, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C0B5A4 is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 181 164 -
CMYK 0 0.06 0.15 0.25
HSL 36.43º 0.18% 0.7% -
HSV(B) 36.43º 0.15% 0.75% -
XYZ 44.96 46.93 41.81 -
YUV 182.35 117.64 134.88 -
System Red Green Blue C M Y K H S L
Decimal 192 181 164 0 0.06 0.15 0.25 36.43 0.18 0.7
Hex C0 B5 A4 0 6 F 19 24 12 46
Octal 300 265 244 0 6 17 31 44 22 106
Binary 11000000 10110101 10100100 0 110 1111 11001 100100 10010 1000110

Color Harmonies of #C0B5A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B5A4

Black with #C0B5A4

Text Example


Text Example

White with #C0B5A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B5A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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