Html Css Color HEX #C1B7A9 Tea

📋 copy color: '#C1B7A9'

red 193 ◦ green 183 ◦ blue 169

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

Shades of Tea #C1B7A9

Tints of Tea #C1B7A9

RGB

 RED value IS 193 (75.78% from 255) = 35.41%

 GREEN value IS 183 (71.88% from 255) = 33.58%

 BLUE value IS 169 (66.41% from 255) = 31.01%

R = 35.41%
G = 33.58%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C1B7A9 (or 0xC1B7A9) is known color: Tea. HEX triplet: C1, B7 and A9. RGB value is (193,183,169). Sum of RGB (Red+Green+Blue) = 193+183+169=545 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.41% from 545); Green value is 183 (71.88% from 255 or 33.58% from 545); Blue value is 169 (66.41% from 255 or 31.01% from 545); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B7A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1B7A9 is #3E4856. Grayscale: #B8B8B8. Windows color (decimal): -4081751 or 11122625. OLE color: 11122625.

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

Color convert

RGB 193 183 169 -
CMYK 0 0.05 0.12 0.24
HSL 35º 0.16% 0.71% -
HSV(B) 35º 0.12% 0.76% -
XYZ 46.09 48.07 44.39 -
YUV 184.39 119.31 134.14 -
System Red Green Blue C M Y K H S L
Decimal 193 183 169 0 0.05 0.12 0.24 35 0.16 0.71
Hex C1 B7 A9 0 5 C 18 23 10 47
Octal 301 267 251 0 5 14 30 43 20 107
Binary 11000001 10110111 10101001 0 101 1100 11000 100011 10000 1000111

Color Harmonies of #C1B7A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B7A9

Black with #C1B7A9

Text Example


Text Example

White with #C1B7A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B7A9; }

 p { color: rgb(193,183,169); }

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

background-color css

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

 a { background-color: rgb(193,183,169); }

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

border-color css

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

 span { border-color: rgb(193,183,169); }

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