Html Css Color HEX #C49176 Feldspar

📋 copy color: '#C49176'

red 196 ◦ green 145 ◦ blue 118

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

Shades of Feldspar #C49176

Tints of Feldspar #C49176

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.59%

 BLUE value IS 118 (46.48% from 255) = 25.71%

R = 42.7%
G = 31.59%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C49176 (or 0xC49176) is known color: Feldspar. HEX triplet: C4, 91 and 76. RGB value is (196,145,118). Sum of RGB (Red+Green+Blue) = 196+145+118=459 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.70% from 459); Green value is 145 (57.03% from 255 or 31.59% from 459); Blue value is 118 (46.48% from 255 or 25.71% from 459); Max value from RGB is 196 - color contains mainly: red. Hex color #C49176 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49176 is #3B6E89. Grayscale: #9D9D9D. Windows color (decimal): -3894922 or 7770564. OLE color: 7770564.

HSL color Cylindrical-coordinate representation of color #C49176: hue angle of 20.77º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C49176 is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 145 118 -
CMYK 0 0.26 0.40 0.23
HSL 20.77º 0.4% 0.62% -
HSV(B) 20.77º 0.4% 0.77% -
XYZ 36.16 33.29 21.66 -
YUV 157.17 105.9 155.7 -
System Red Green Blue C M Y K H S L
Decimal 196 145 118 0 0.26 0.40 0.23 20.77 0.4 0.62
Hex C4 91 76 0 1A 28 17 15 28 3E
Octal 304 221 166 0 32 50 27 25 50 76
Binary 11000100 10010001 1110110 0 11010 101000 10111 10101 101000 111110

Color Harmonies of #C49176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49176

Black with #C49176

Text Example


Text Example

White with #C49176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49176; }

 p { color: rgb(196,145,118); }

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

background-color css

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

 a { background-color: rgb(196,145,118); }

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

border-color css

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

 span { border-color: rgb(196,145,118); }

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