#C6947E

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

Shades of Feldspar #C6947E

Tints of Feldspar #C6947E

Color information

#C6947E (or 0xC6947E) is unknown color: approx Feldspar. HEX triplet: C6, 94 and 7E. RGB value is (198,148,126). Sum of RGB (Red+Green+Blue) = 198+148+126=472 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.95% from 472); Green value is 148 (58.20% from 255 or 31.36% from 472); Blue value is 126 (49.61% from 255 or 26.69% from 472); Max value from RGB is 198 - color contains mainly: red. Hex color #C6947E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6947E is #396B81. Grayscale: #A0A0A0. Windows color (decimal): -3763074 or 8295622. OLE color: 8295622.

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

Color convert

RGB198148126-
CMYK00.250.360.22
HSL18.33º38.71%63.53%-
HSV(B)18.33º36.36%77.65%-
XYZ37.6434.6924.45-
YUV160.44108.56154.79-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.95%
GREEN value IS 148 (58.20% from 255) = 31.36%
BLUE value IS 126 (49.61% from 255) = 26.69%
R=41.95%
G=31.36%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814812600.250.360.2218.3338.7163.53
HexC6947E0192416122740
Octal30622417603144262247100
Binary1100011010010100111111001100110010010110100101001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6947E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6947E; }

 p { color: rgb(198,148,126); }

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

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

 a { background-color: rgb(198,148,126); }

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

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

 span { border-color: rgb(198,148,126); }

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