Html Css Color HEX #C2B6A4 Tea

📋 copy color: '#C2B6A4'

red 194 ◦ green 182 ◦ blue 164

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

Shades of Tea #C2B6A4

Tints of Tea #C2B6A4

RGB

 RED value IS 194 (76.17% from 255) = 35.93%

 GREEN value IS 182 (71.48% from 255) = 33.7%

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

R = 35.93%
G = 33.7%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#C2B6A4 (or 0xC2B6A4) is known color: Tea. HEX triplet: C2, B6 and A4. RGB value is (194,182,164). Sum of RGB (Red+Green+Blue) = 194+182+164=540 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.93% from 540); Green value is 182 (71.48% from 255 or 33.70% from 540); Blue value is 164 (64.45% from 255 or 30.37% from 540); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B6A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B6A4 is #3D495B. Grayscale: #B7B7B7. Windows color (decimal): -4016476 or 10794690. OLE color: 10794690.

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

Color convert

RGB 194 182 164 -
CMYK 0 0.06 0.15 0.24
HSL 36º 0.2% 0.7% -
HSV(B) 36º 0.15% 0.76% -
XYZ 45.68 47.61 41.9 -
YUV 183.54 116.98 135.46 -
System Red Green Blue C M Y K H S L
Decimal 194 182 164 0 0.06 0.15 0.24 36 0.2 0.7
Hex C2 B6 A4 0 6 F 18 24 14 46
Octal 302 266 244 0 6 17 30 44 24 106
Binary 11000010 10110110 10100100 0 110 1111 11000 100100 10100 1000110

Color Harmonies of #C2B6A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B6A4

Black with #C2B6A4

Text Example


Text Example

White with #C2B6A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B6A4; }

 p { color: rgb(194,182,164); }

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

background-color css

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

 a { background-color: rgb(194,182,164); }

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

border-color css

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

 span { border-color: rgb(194,182,164); }

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