Html Css Color HEX #C49177 Feldspar

📋 copy color: '#C49177'

red 196 ◦ green 145 ◦ blue 119

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

Shades of Feldspar #C49177

Tints of Feldspar #C49177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 25.87%

R = 42.61%
G = 31.52%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#C49177 (or 0xC49177) is known color: Feldspar. HEX triplet: C4, 91 and 77. RGB value is (196,145,119). Sum of RGB (Red+Green+Blue) = 196+145+119=460 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.61% from 460); Green value is 145 (57.03% from 255 or 31.52% from 460); Blue value is 119 (46.88% from 255 or 25.87% from 460); Max value from RGB is 196 - color contains mainly: red. Hex color #C49177 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49177 is #3B6E88. Grayscale: #9D9D9D. Windows color (decimal): -3894921 or 7836100. OLE color: 7836100.

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

Color convert

RGB 196 145 119 -
CMYK 0 0.26 0.39 0.23
HSL 20.26º 0.39% 0.62% -
HSV(B) 20.26º 0.39% 0.77% -
XYZ 36.22 33.32 21.97 -
YUV 157.29 106.4 155.61 -
System Red Green Blue C M Y K H S L
Decimal 196 145 119 0 0.26 0.39 0.23 20.26 0.39 0.62
Hex C4 91 77 0 1A 27 17 14 27 3E
Octal 304 221 167 0 32 47 27 24 47 76
Binary 11000100 10010001 1110111 0 11010 100111 10111 10100 100111 111110

Color Harmonies of #C49177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49177

Black with #C49177

Text Example


Text Example

White with #C49177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49177; }

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

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

background-color css

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

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

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

border-color css

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

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

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