Html Css Color HEX #C4B69E Tea

📋 copy color: '#C4B69E'

red 196 ◦ green 182 ◦ blue 158

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

Shades of Tea #C4B69E

Tints of Tea #C4B69E

RGB

 RED value IS 196 (76.95% from 255) = 36.57%

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

 BLUE value IS 158 (62.11% from 255) = 29.48%

R = 36.57%
G = 33.96%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.19

 K value IS 0.23

RGB Variations

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

Color information

#C4B69E (or 0xC4B69E) is known color: Tea. HEX triplet: C4, B6 and 9E. RGB value is (196,182,158). Sum of RGB (Red+Green+Blue) = 196+182+158=536 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.57% from 536); Green value is 182 (71.48% from 255 or 33.96% from 536); Blue value is 158 (62.11% from 255 or 29.48% from 536); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B69E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4B69E is #3B4961. Grayscale: #B7B7B7. Windows color (decimal): -3885410 or 10401476. OLE color: 10401476.

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

Color convert

RGB 196 182 158 -
CMYK 0 0.07 0.19 0.23
HSL 37.89º 0.24% 0.69% -
HSV(B) 37.89º 0.19% 0.77% -
XYZ 45.66 47.66 39.14 -
YUV 183.45 113.64 136.95 -
System Red Green Blue C M Y K H S L
Decimal 196 182 158 0 0.07 0.19 0.23 37.89 0.24 0.69
Hex C4 B6 9E 0 7 13 17 26 18 45
Octal 304 266 236 0 7 23 27 46 30 105
Binary 11000100 10110110 10011110 0 111 10011 10111 100110 11000 1000101

Color Harmonies of #C4B69E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B69E

Black with #C4B69E

Text Example


Text Example

White with #C4B69E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B69E; }

 p { color: rgb(196,182,158); }

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

background-color css

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

 a { background-color: rgb(196,182,158); }

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

border-color css

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

 span { border-color: rgb(196,182,158); }

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