Html Css Color HEX #C79470 Feldspar

📋 copy color: '#C79470'

red 199 ◦ green 148 ◦ blue 112

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

Shades of Feldspar #C79470

Tints of Feldspar #C79470

RGB

 RED value IS 199 (78.13% from 255) = 43.36%

 GREEN value IS 148 (58.2% from 255) = 32.24%

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

R = 43.36%
G = 32.24%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C79470 (or 0xC79470) is known color: Feldspar. HEX triplet: C7, 94 and 70. RGB value is (199,148,112). Sum of RGB (Red+Green+Blue) = 199+148+112=459 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.36% from 459); Green value is 148 (58.20% from 255 or 32.24% from 459); Blue value is 112 (44.14% from 255 or 24.40% from 459); Max value from RGB is 199 - color contains mainly: red. Hex color #C79470 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79470 is #386B8F. Grayscale: #9F9F9F. Windows color (decimal): -3697552 or 7378119. OLE color: 7378119.

HSL color Cylindrical-coordinate representation of color #C79470: hue angle of 24.83º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C79470 is Cyan = 0, Magento = 0.26, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 148 112 -
CMYK 0 0.26 0.44 0.22
HSL 24.83º 0.44% 0.61% -
HSV(B) 24.83º 0.44% 0.78% -
XYZ 37.07 34.49 20.03 -
YUV 159.15 101.4 156.43 -
System Red Green Blue C M Y K H S L
Decimal 199 148 112 0 0.26 0.44 0.22 24.83 0.44 0.61
Hex C7 94 70 0 1A 2C 16 19 2C 3D
Octal 307 224 160 0 32 54 26 31 54 75
Binary 11000111 10010100 1110000 0 11010 101100 10110 11001 101100 111101

Color Harmonies of #C79470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79470

Black with #C79470

Text Example


Text Example

White with #C79470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79470; }

 p { color: rgb(199,148,112); }

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

background-color css

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

 a { background-color: rgb(199,148,112); }

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

border-color css

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

 span { border-color: rgb(199,148,112); }

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