Html Css Color HEX #C49372 Feldspar

📋 copy color: '#C49372'

red 196 ◦ green 147 ◦ blue 114

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

Shades of Feldspar #C49372

Tints of Feldspar #C49372

RGB

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

 GREEN value IS 147 (57.81% from 255) = 32.17%

 BLUE value IS 114 (44.92% from 255) = 24.95%

R = 42.89%
G = 32.17%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C49372 (or 0xC49372) is known color: Feldspar. HEX triplet: C4, 93 and 72. RGB value is (196,147,114). Sum of RGB (Red+Green+Blue) = 196+147+114=457 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.89% from 457); Green value is 147 (57.81% from 255 or 32.17% from 457); Blue value is 114 (44.92% from 255 or 24.95% from 457); Max value from RGB is 196 - color contains mainly: red. Hex color #C49372 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49372 is #3B6C8D. Grayscale: #9E9E9E. Windows color (decimal): -3894414 or 7508932. OLE color: 7508932.

HSL color Cylindrical-coordinate representation of color #C49372: hue angle of 24.15º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C49372 is Cyan = 0, Magento = 0.25, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 147 114 -
CMYK 0 0.25 0.42 0.23
HSL 24.15º 0.41% 0.61% -
HSV(B) 24.15º 0.42% 0.77% -
XYZ 36.24 33.82 20.54 -
YUV 157.89 103.23 155.18 -
System Red Green Blue C M Y K H S L
Decimal 196 147 114 0 0.25 0.42 0.23 24.15 0.41 0.61
Hex C4 93 72 0 19 2A 17 18 29 3D
Octal 304 223 162 0 31 52 27 30 51 75
Binary 11000100 10010011 1110010 0 11001 101010 10111 11000 101001 111101

Color Harmonies of #C49372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49372

Black with #C49372

Text Example


Text Example

White with #C49372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49372; }

 p { color: rgb(196,147,114); }

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

background-color css

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

 a { background-color: rgb(196,147,114); }

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

border-color css

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

 span { border-color: rgb(196,147,114); }

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