Html Css Color HEX #C2B69D Tea

📋 copy color: '#C2B69D'

red 194 ◦ green 182 ◦ blue 157

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

Shades of Tea #C2B69D

Tints of Tea #C2B69D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 29.46%

R = 36.4%
G = 34.15%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C2B69D (or 0xC2B69D) is known color: Tea. HEX triplet: C2, B6 and 9D. RGB value is (194,182,157). Sum of RGB (Red+Green+Blue) = 194+182+157=533 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.40% from 533); Green value is 182 (71.48% from 255 or 34.15% from 533); Blue value is 157 (61.72% from 255 or 29.46% from 533); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B69D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B69D is #3D4962. Grayscale: #B6B6B6. Windows color (decimal): -4016483 or 10335938. OLE color: 10335938.

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

Color convert

RGB 194 182 157 -
CMYK 0 0.06 0.19 0.24
HSL 40.54º 0.23% 0.69% -
HSV(B) 40.54º 0.19% 0.76% -
XYZ 45.06 47.36 38.66 -
YUV 182.74 113.48 136.03 -
System Red Green Blue C M Y K H S L
Decimal 194 182 157 0 0.06 0.19 0.24 40.54 0.23 0.69
Hex C2 B6 9D 0 6 13 18 29 17 45
Octal 302 266 235 0 6 23 30 51 27 105
Binary 11000010 10110110 10011101 0 110 10011 11000 101001 10111 1000101

Color Harmonies of #C2B69D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B69D

Black with #C2B69D

Text Example


Text Example

White with #C2B69D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B69D; }

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

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

background-color css

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

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

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

border-color css

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

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

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