Html Css Color HEX #C7936F Feldspar

📋 copy color: '#C7936F'

red 199 ◦ green 147 ◦ blue 111

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

Shades of Feldspar #C7936F

Tints of Feldspar #C7936F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 24.29%

R = 43.54%
G = 32.17%
B = 24.29%

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

#C7936F (or 0xC7936F) is known color: Feldspar. HEX triplet: C7, 93 and 6F. RGB value is (199,147,111). Sum of RGB (Red+Green+Blue) = 199+147+111=457 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.54% from 457); Green value is 147 (57.81% from 255 or 32.17% from 457); Blue value is 111 (43.75% from 255 or 24.29% from 457); Max value from RGB is 199 - color contains mainly: red. Hex color #C7936F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7936F is #386C90. Grayscale: #9E9E9E. Windows color (decimal): -3697809 or 7312327. OLE color: 7312327.

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

Color convert

RGB 199 147 111 -
CMYK 0 0.26 0.44 0.22
HSL 24.55º 0.44% 0.61% -
HSV(B) 24.55º 0.44% 0.78% -
XYZ 36.86 34.16 19.69 -
YUV 158.44 101.23 156.93 -
System Red Green Blue C M Y K H S L
Decimal 199 147 111 0 0.26 0.44 0.22 24.55 0.44 0.61
Hex C7 93 6F 0 1A 2C 16 19 2C 3D
Octal 307 223 157 0 32 54 26 31 54 75
Binary 11000111 10010011 1101111 0 11010 101100 10110 11001 101100 111101

Color Harmonies of #C7936F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7936F

Black with #C7936F

Text Example


Text Example

White with #C7936F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7936F; }

 p { color: rgb(199,147,111); }

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

background-color css

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

 a { background-color: rgb(199,147,111); }

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

border-color css

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

 span { border-color: rgb(199,147,111); }

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