#C69079

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

Shades of Feldspar #C69079

Tints of Feldspar #C69079

Color information

#C69079 (or 0xC69079) is unknown color: approx Feldspar. HEX triplet: C6, 90 and 79. RGB value is (198,144,121). Sum of RGB (Red+Green+Blue) = 198+144+121=463 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.76% from 463); Green value is 144 (56.64% from 255 or 31.10% from 463); Blue value is 121 (47.66% from 255 or 26.13% from 463); Max value from RGB is 198 - color contains mainly: red. Hex color #C69079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69079 is #396F86. Grayscale: #9D9D9D. Windows color (decimal): -3764103 or 7966918. OLE color: 7966918.

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

Color convert

RGB198144121-
CMYK00.270.390.22
HSL17.92º40.31%62.55%-
HSV(B)17.92º38.89%77.65%-
XYZ36.7133.3322.59-
YUV157.52107.39156.87-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.76%
GREEN value IS 144 (56.64% from 255) = 31.10%
BLUE value IS 121 (47.66% from 255) = 26.13%
R=42.76%
G=31.10%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814412100.270.390.2217.9240.3162.55
HexC6907901B271612283f
Octal3062201710334726225077
Binary110001101001000011110010110111001111011010010101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69079; }

 p { color: rgb(198,144,121); }

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

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

 a { background-color: rgb(198,144,121); }

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

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

 span { border-color: rgb(198,144,121); }

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