Html Css Color HEX #C29070 Feldspar

📋 copy color: '#C29070'

red 194 ◦ green 144 ◦ blue 112

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

Shades of Feldspar #C29070

Tints of Feldspar #C29070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 24.89%

R = 43.11%
G = 32%
B = 24.89%

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

#C29070 (or 0xC29070) is known color: Feldspar. HEX triplet: C2, 90 and 70. RGB value is (194,144,112). Sum of RGB (Red+Green+Blue) = 194+144+112=450 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.11% from 450); Green value is 144 (56.64% from 255 or 32% from 450); Blue value is 112 (44.14% from 255 or 24.89% from 450); Max value from RGB is 194 - color contains mainly: red. Hex color #C29070 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29070 is #3D6F8F. Grayscale: #9B9B9B. Windows color (decimal): -4026256 or 7377090. OLE color: 7377090.

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

Color convert

RGB 194 144 112 -
CMYK 0 0.26 0.42 0.24
HSL 23.41º 0.4% 0.6% -
HSV(B) 23.41º 0.42% 0.76% -
XYZ 35.15 32.59 19.77 -
YUV 155.3 103.57 155.6 -
System Red Green Blue C M Y K H S L
Decimal 194 144 112 0 0.26 0.42 0.24 23.41 0.4 0.6
Hex C2 90 70 0 1A 2A 18 17 28 3C
Octal 302 220 160 0 32 52 30 27 50 74
Binary 11000010 10010000 1110000 0 11010 101010 11000 10111 101000 111100

Color Harmonies of #C29070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29070

Black with #C29070

Text Example


Text Example

White with #C29070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29070; }

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

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

background-color css

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

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

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

border-color css

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

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

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