#C68F78

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

Shades of Feldspar #C68F78

Tints of Feldspar #C68F78

Color information

#C68F78 (or 0xC68F78) is unknown color: approx Feldspar. HEX triplet: C6, 8F and 78. RGB value is (198,143,120). Sum of RGB (Red+Green+Blue) = 198+143+120=461 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.95% from 461); Green value is 143 (56.25% from 255 or 31.02% from 461); Blue value is 120 (47.27% from 255 or 26.03% from 461); Max value from RGB is 198 - color contains mainly: red. Hex color #C68F78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68F78 is #397087. Grayscale: #9C9C9C. Windows color (decimal): -3764360 or 7901126. OLE color: 7901126.

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

Color convert

RGB198143120-
CMYK00.280.390.22
HSL17.69º40.63%62.35%-
HSV(B)17.69º39.39%77.65%-
XYZ36.533.0122.22-
YUV156.82107.22157.37-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.95%
GREEN value IS 143 (56.25% from 255) = 31.02%
BLUE value IS 120 (47.27% from 255) = 26.03%
R=42.95%
G=31.02%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814312000.280.390.2217.6940.6362.35
HexC68F7801C271612293e
Octal3062171700344726225176
Binary110001101000111111110000111001001111011010010101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68F78; }

 p { color: rgb(198,143,120); }

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

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

 a { background-color: rgb(198,143,120); }

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

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

 span { border-color: rgb(198,143,120); }

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