Html Css Color HEX #C29071 Feldspar

📋 copy color: '#C29071'

red 194 ◦ green 144 ◦ blue 113

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

Shades of Feldspar #C29071

Tints of Feldspar #C29071

RGB

 RED value IS 194 (76.17% from 255) = 43.02%

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

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

R = 43.02%
G = 31.93%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C29071 (or 0xC29071) is known color: Feldspar. HEX triplet: C2, 90 and 71. RGB value is (194,144,113). Sum of RGB (Red+Green+Blue) = 194+144+113=451 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.02% from 451); Green value is 144 (56.64% from 255 or 31.93% from 451); Blue value is 113 (44.53% from 255 or 25.06% from 451); Max value from RGB is 194 - color contains mainly: red. Hex color #C29071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29071 is #3D6F8E. Grayscale: #9B9B9B. Windows color (decimal): -4026255 or 7442626. OLE color: 7442626.

HSL color Cylindrical-coordinate representation of color #C29071: hue angle of 22.96º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C29071 is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 144 113 -
CMYK 0 0.26 0.42 0.24
HSL 22.96º 0.4% 0.6% -
HSV(B) 22.96º 0.42% 0.76% -
XYZ 35.2 32.61 20.06 -
YUV 155.42 104.07 155.52 -
System Red Green Blue C M Y K H S L
Decimal 194 144 113 0 0.26 0.42 0.24 22.96 0.4 0.6
Hex C2 90 71 0 1A 2A 18 17 28 3C
Octal 302 220 161 0 32 52 30 27 50 74
Binary 11000010 10010000 1110001 0 11010 101010 11000 10111 101000 111100

Color Harmonies of #C29071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29071

Black with #C29071

Text Example


Text Example

White with #C29071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29071; }

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

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

background-color css

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

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

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

border-color css

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

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

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