Html Css Color HEX #C2B9A8 Tea

📋 copy color: '#C2B9A8'

red 194 ◦ green 185 ◦ blue 168

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

Shades of Tea #C2B9A8

Tints of Tea #C2B9A8

RGB

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

 GREEN value IS 185 (72.66% from 255) = 33.82%

 BLUE value IS 168 (66.02% from 255) = 30.71%

R = 35.47%
G = 33.82%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C2B9A8 (or 0xC2B9A8) is known color: Tea. HEX triplet: C2, B9 and A8. RGB value is (194,185,168). Sum of RGB (Red+Green+Blue) = 194+185+168=547 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.47% from 547); Green value is 185 (72.66% from 255 or 33.82% from 547); Blue value is 168 (66.02% from 255 or 30.71% from 547); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B9A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B9A8 is #3D4657. Grayscale: #B9B9B9. Windows color (decimal): -4015704 or 11057602. OLE color: 11057602.

HSL color Cylindrical-coordinate representation of color #C2B9A8: hue angle of 39.23º degrees, saturation: 0.18, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C2B9A8 is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 185 168 -
CMYK 0 0.05 0.13 0.24
HSL 39.23º 0.18% 0.71% -
HSV(B) 39.23º 0.13% 0.76% -
XYZ 46.66 48.99 44.04 -
YUV 185.75 117.98 133.88 -
System Red Green Blue C M Y K H S L
Decimal 194 185 168 0 0.05 0.13 0.24 39.23 0.18 0.71
Hex C2 B9 A8 0 5 D 18 27 12 47
Octal 302 271 250 0 5 15 30 47 22 107
Binary 11000010 10111001 10101000 0 101 1101 11000 100111 10010 1000111

Color Harmonies of #C2B9A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B9A8

Black with #C2B9A8

Text Example


Text Example

White with #C2B9A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B9A8; }

 p { color: rgb(194,185,168); }

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

background-color css

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

 a { background-color: rgb(194,185,168); }

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

border-color css

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

 span { border-color: rgb(194,185,168); }

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