Html Css Color HEX #C49077 Feldspar

📋 copy color: '#C49077'

red 196 ◦ green 144 ◦ blue 119

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

Shades of Feldspar #C49077

Tints of Feldspar #C49077

RGB

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

 GREEN value IS 144 (56.64% from 255) = 31.37%

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

R = 42.7%
G = 31.37%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#C49077 (or 0xC49077) is known color: Feldspar. HEX triplet: C4, 90 and 77. RGB value is (196,144,119). Sum of RGB (Red+Green+Blue) = 196+144+119=459 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.70% from 459); Green value is 144 (56.64% from 255 or 31.37% from 459); Blue value is 119 (46.88% from 255 or 25.93% from 459); Max value from RGB is 196 - color contains mainly: red. Hex color #C49077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49077 is #3B6F88. Grayscale: #9C9C9C. Windows color (decimal): -3895177 or 7835844. OLE color: 7835844.

HSL color Cylindrical-coordinate representation of color #C49077: hue angle of 19.48º 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 #C49077 is Cyan = 0, Magento = 0.27, Yellow = 0.39 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 144 119 -
CMYK 0 0.27 0.39 0.23
HSL 19.48º 0.39% 0.62% -
HSV(B) 19.48º 0.39% 0.77% -
XYZ 36.07 33.01 21.92 -
YUV 156.7 106.73 156.03 -
System Red Green Blue C M Y K H S L
Decimal 196 144 119 0 0.27 0.39 0.23 19.48 0.39 0.62
Hex C4 90 77 0 1B 27 17 13 27 3E
Octal 304 220 167 0 33 47 27 23 47 76
Binary 11000100 10010000 1110111 0 11011 100111 10111 10011 100111 111110

Color Harmonies of #C49077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49077

Black with #C49077

Text Example


Text Example

White with #C49077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49077; }

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

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

background-color css

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

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

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

border-color css

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

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

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