Html Css Color HEX #C2B7A0 Tea

📋 copy color: '#C2B7A0'

red 194 ◦ green 183 ◦ blue 160

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

Shades of Tea #C2B7A0

Tints of Tea #C2B7A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 29.8%

R = 36.13%
G = 34.08%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C2B7A0 (or 0xC2B7A0) is known color: Tea. HEX triplet: C2, B7 and A0. RGB value is (194,183,160). Sum of RGB (Red+Green+Blue) = 194+183+160=537 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.13% from 537); Green value is 183 (71.88% from 255 or 34.08% from 537); Blue value is 160 (62.89% from 255 or 29.80% from 537); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B7A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B7A0 is #3D485F. Grayscale: #B7B7B7. Windows color (decimal): -4016224 or 10532802. OLE color: 10532802.

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

Color convert

RGB 194 183 160 -
CMYK 0 0.06 0.18 0.24
HSL 40.59º 0.22% 0.69% -
HSV(B) 40.59º 0.18% 0.76% -
XYZ 45.53 47.87 40.1 -
YUV 183.67 114.64 135.37 -
System Red Green Blue C M Y K H S L
Decimal 194 183 160 0 0.06 0.18 0.24 40.59 0.22 0.69
Hex C2 B7 A0 0 6 12 18 29 16 45
Octal 302 267 240 0 6 22 30 51 26 105
Binary 11000010 10110111 10100000 0 110 10010 11000 101001 10110 1000101

Color Harmonies of #C2B7A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B7A0

Black with #C2B7A0

Text Example


Text Example

White with #C2B7A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B7A0; }

 p { color: rgb(194,183,160); }

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

background-color css

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

 a { background-color: rgb(194,183,160); }

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

border-color css

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

 span { border-color: rgb(194,183,160); }

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