#C7937C

Color #C7937C Feldspar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feldspar #C7937C

Tints of Feldspar #C7937C

Color information

#C7937C (or 0xC7937C) is unknown color: approx Feldspar. HEX triplet: C7, 93 and 7C. RGB value is (199,147,124). Sum of RGB (Red+Green+Blue) = 199+147+124=470 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.34% from 470); Green value is 147 (57.81% from 255 or 31.28% from 470); Blue value is 124 (48.83% from 255 or 26.38% from 470); Max value from RGB is 199 - color contains mainly: red. Hex color #C7937C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7937C is #386C83. Grayscale: #A0A0A0. Windows color (decimal): -3697796 or 8164295. OLE color: 8164295.

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

Color convert

RGB199147124-
CMYK00.260.380.22
HSL18.4º40.11%63.33%-
HSV(B)18.4º37.69%78.04%-
XYZ37.6234.4623.74-
YUV159.93107.73155.87-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.34%
GREEN value IS 147 (57.81% from 255) = 31.28%
BLUE value IS 124 (48.83% from 255) = 26.38%
R=42.34%
G=31.28%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19914712400.260.380.2218.440.1163.33
HexC7937C01A261612283f
Octal3072231740324626225077
Binary110001111001001111111000110101001101011010010101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7937C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7937C; }

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

 H1.HeaderClassName
 {
   color: #C7937C;
 }
 .AnyTagClassName
 {
   color: #C7937C;
 }
</style>
background-color css

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

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

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

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

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

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