Html Css Color HEX #C3B8A5 Tea

📋 copy color: '#C3B8A5'

red 195 ◦ green 184 ◦ blue 165

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

Shades of Tea #C3B8A5

Tints of Tea #C3B8A5

RGB

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

 GREEN value IS 184 (72.27% from 255) = 33.82%

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

R = 35.85%
G = 33.82%
B = 30.33%

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

#C3B8A5 (or 0xC3B8A5) is known color: Tea. HEX triplet: C3, B8 and A5. RGB value is (195,184,165). Sum of RGB (Red+Green+Blue) = 195+184+165=544 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.85% from 544); Green value is 184 (72.27% from 255 or 33.82% from 544); Blue value is 165 (64.84% from 255 or 30.33% from 544); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B8A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B8A5 is #3C475A. Grayscale: #B9B9B9. Windows color (decimal): -3950427 or 10860739. OLE color: 10860739.

HSL color Cylindrical-coordinate representation of color #C3B8A5: hue angle of 38º 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 #C3B8A5 is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 184 165 -
CMYK 0 0.06 0.15 0.24
HSL 38º 0.2% 0.71% -
HSV(B) 38º 0.15% 0.76% -
XYZ 46.44 48.6 42.53 -
YUV 185.12 116.64 135.04 -
System Red Green Blue C M Y K H S L
Decimal 195 184 165 0 0.06 0.15 0.24 38 0.2 0.71
Hex C3 B8 A5 0 6 F 18 26 14 47
Octal 303 270 245 0 6 17 30 46 24 107
Binary 11000011 10111000 10100101 0 110 1111 11000 100110 10100 1000111

Color Harmonies of #C3B8A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B8A5

Black with #C3B8A5

Text Example


Text Example

White with #C3B8A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B8A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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