#C6927E

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

Shades of Feldspar #C6927E

Tints of Feldspar #C6927E

Color information

#C6927E (or 0xC6927E) is unknown color: approx Feldspar. HEX triplet: C6, 92 and 7E. RGB value is (198,146,126). Sum of RGB (Red+Green+Blue) = 198+146+126=470 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.13% from 470); Green value is 146 (57.42% from 255 or 31.06% from 470); Blue value is 126 (49.61% from 255 or 26.81% from 470); Max value from RGB is 198 - color contains mainly: red. Hex color #C6927E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6927E is #396D81. Grayscale: #9F9F9F. Windows color (decimal): -3763586 or 8295110. OLE color: 8295110.

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

Color convert

RGB198146126-
CMYK00.260.360.22
HSL16.67º38.71%63.53%-
HSV(B)16.67º36.36%77.65%-
XYZ37.3334.0724.35-
YUV159.27109.23155.63-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.13%
GREEN value IS 146 (57.42% from 255) = 31.06%
BLUE value IS 126 (49.61% from 255) = 26.81%
R=42.13%
G=31.06%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814612600.260.360.2216.6738.7163.53
HexC6927E01A2416112740
Octal30622217603244262147100
Binary1100011010010010111111001101010010010110100011001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6927E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6927E; }

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

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

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

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

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

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

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

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