Html Css Color HEX #C3B7A5 Tea

📋 copy color: '#C3B7A5'

red 195 ◦ green 183 ◦ blue 165

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

Shades of Tea #C3B7A5

Tints of Tea #C3B7A5

RGB

 RED value IS 195 (76.56% from 255) = 35.91%

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

 BLUE value IS 165 (64.84% from 255) = 30.39%

R = 35.91%
G = 33.7%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#C3B7A5 (or 0xC3B7A5) is known color: Tea. HEX triplet: C3, B7 and A5. RGB value is (195,183,165). Sum of RGB (Red+Green+Blue) = 195+183+165=543 (71% of max value = 765). Red value is 195 (76.56% from 255 or 35.91% from 543); Green value is 183 (71.88% from 255 or 33.70% from 543); Blue value is 165 (64.84% from 255 or 30.39% from 543); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B7A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B7A5 is #3C485A. Grayscale: #B8B8B8. Windows color (decimal): -3950683 or 10860483. OLE color: 10860483.

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

Color convert

RGB 195 183 165 -
CMYK 0 0.06 0.15 0.24
HSL 36º 0.2% 0.71% -
HSV(B) 36º 0.15% 0.76% -
XYZ 46.23 48.19 42.46 -
YUV 184.54 116.98 135.46 -
System Red Green Blue C M Y K H S L
Decimal 195 183 165 0 0.06 0.15 0.24 36 0.2 0.71
Hex C3 B7 A5 0 6 F 18 24 14 47
Octal 303 267 245 0 6 17 30 44 24 107
Binary 11000011 10110111 10100101 0 110 1111 11000 100100 10100 1000111

Color Harmonies of #C3B7A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B7A5

Black with #C3B7A5

Text Example


Text Example

White with #C3B7A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B7A5; }

 p { color: rgb(195,183,165); }

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

background-color css

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

 a { background-color: rgb(195,183,165); }

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

border-color css

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

 span { border-color: rgb(195,183,165); }

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