#C7957C

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

Shades of Feldspar #C7957C

Tints of Feldspar #C7957C

Color information

#C7957C (or 0xC7957C) is unknown color: approx Feldspar. HEX triplet: C7, 95 and 7C. RGB value is (199,149,124). Sum of RGB (Red+Green+Blue) = 199+149+124=472 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.16% from 472); Green value is 149 (58.59% from 255 or 31.57% from 472); Blue value is 124 (48.83% from 255 or 26.27% from 472); Max value from RGB is 199 - color contains mainly: red. Hex color #C7957C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7957C is #386A83. Grayscale: #A1A1A1. Windows color (decimal): -3697284 or 8164807. OLE color: 8164807.

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

Color convert

RGB199149124-
CMYK00.250.380.22
HSL20º40.11%63.33%-
HSV(B)20º37.69%78.04%-
XYZ37.9435.0923.84-
YUV161.1107.06155.03-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.16%
GREEN value IS 149 (58.59% from 255) = 31.57%
BLUE value IS 124 (48.83% from 255) = 26.27%
R=42.16%
G=31.57%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19914912400.250.380.222040.1163.33
HexC7957C019261614283f
Octal3072251740314626245077
Binary110001111001010111111000110011001101011010100101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7957C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7957C; }

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

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

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

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

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

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

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

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