Html Css Color HEX #C49071 Feldspar

📋 copy color: '#C49071'

red 196 ◦ green 144 ◦ blue 113

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

Shades of Feldspar #C49071

Tints of Feldspar #C49071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 24.94%

R = 43.27%
G = 31.79%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C49071 (or 0xC49071) is known color: Feldspar. HEX triplet: C4, 90 and 71. RGB value is (196,144,113). Sum of RGB (Red+Green+Blue) = 196+144+113=453 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.27% from 453); Green value is 144 (56.64% from 255 or 31.79% from 453); Blue value is 113 (44.53% from 255 or 24.94% from 453); Max value from RGB is 196 - color contains mainly: red. Hex color #C49071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49071 is #3B6F8E. Grayscale: #9C9C9C. Windows color (decimal): -3895183 or 7442628. OLE color: 7442628.

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

Color convert

RGB 196 144 113 -
CMYK 0 0.27 0.42 0.23
HSL 22.41º 0.41% 0.61% -
HSV(B) 22.41º 0.42% 0.77% -
XYZ 35.72 32.87 20.09 -
YUV 156.01 103.73 156.52 -
System Red Green Blue C M Y K H S L
Decimal 196 144 113 0 0.27 0.42 0.23 22.41 0.41 0.61
Hex C4 90 71 0 1B 2A 17 16 29 3D
Octal 304 220 161 0 33 52 27 26 51 75
Binary 11000100 10010000 1110001 0 11011 101010 10111 10110 101001 111101

Color Harmonies of #C49071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49071

Black with #C49071

Text Example


Text Example

White with #C49071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49071; }

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

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

background-color css

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

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

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

border-color css

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

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

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