Html Css Color HEX #C7937E Feldspar

📋 copy color: '#C7937E'

red 199 ◦ green 147 ◦ blue 126

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

Shades of Feldspar #C7937E

Tints of Feldspar #C7937E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 26.69%

R = 42.16%
G = 31.14%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#C7937E (or 0xC7937E) is known color: Feldspar. HEX triplet: C7, 93 and 7E. RGB value is (199,147,126). Sum of RGB (Red+Green+Blue) = 199+147+126=472 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.16% from 472); Green value is 147 (57.81% from 255 or 31.14% from 472); Blue value is 126 (49.61% from 255 or 26.69% from 472); Max value from RGB is 199 - color contains mainly: red. Hex color #C7937E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7937E is #386C81. Grayscale: #A0A0A0. Windows color (decimal): -3697794 or 8295367. OLE color: 8295367.

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

Color convert

RGB 199 147 126 -
CMYK 0 0.26 0.37 0.22
HSL 17.26º 0.39% 0.64% -
HSV(B) 17.26º 0.37% 0.78% -
XYZ 37.75 34.52 24.41 -
YUV 160.15 108.73 155.71 -
System Red Green Blue C M Y K H S L
Decimal 199 147 126 0 0.26 0.37 0.22 17.26 0.39 0.64
Hex C7 93 7E 0 1A 25 16 11 27 40
Octal 307 223 176 0 32 45 26 21 47 100
Binary 11000111 10010011 1111110 0 11010 100101 10110 10001 100111 1000000

Color Harmonies of #C7937E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7937E

Black with #C7937E

Text Example


Text Example

White with #C7937E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7937E; }

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

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

background-color css

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

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

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

border-color css

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

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

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