Html Css Color HEX #C49079 Feldspar

📋 copy color: '#C49079'

red 196 ◦ green 144 ◦ blue 121

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

Shades of Feldspar #C49079

Tints of Feldspar #C49079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 26.25%

R = 42.52%
G = 31.24%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C49079 (or 0xC49079) is known color: Feldspar. HEX triplet: C4, 90 and 79. RGB value is (196,144,121). Sum of RGB (Red+Green+Blue) = 196+144+121=461 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.52% from 461); Green value is 144 (56.64% from 255 or 31.24% from 461); Blue value is 121 (47.66% from 255 or 26.25% from 461); Max value from RGB is 196 - color contains mainly: red. Hex color #C49079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49079 is #3B6F86. Grayscale: #9D9D9D. Windows color (decimal): -3895175 or 7966916. OLE color: 7966916.

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

Color convert

RGB 196 144 121 -
CMYK 0 0.27 0.38 0.23
HSL 18.4º 0.39% 0.62% -
HSV(B) 18.4º 0.38% 0.77% -
XYZ 36.19 33.06 22.56 -
YUV 156.93 107.73 155.87 -
System Red Green Blue C M Y K H S L
Decimal 196 144 121 0 0.27 0.38 0.23 18.4 0.39 0.62
Hex C4 90 79 0 1B 26 17 12 27 3E
Octal 304 220 171 0 33 46 27 22 47 76
Binary 11000100 10010000 1111001 0 11011 100110 10111 10010 100111 111110

Color Harmonies of #C49079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49079

Black with #C49079

Text Example


Text Example

White with #C49079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49079; }

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

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

background-color css

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

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

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

border-color css

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

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

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