#C69176

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

Shades of Feldspar #C69176

Tints of Feldspar #C69176

Color information

#C69176 (or 0xC69176) is unknown color: approx Feldspar. HEX triplet: C6, 91 and 76. RGB value is (198,145,118). Sum of RGB (Red+Green+Blue) = 198+145+118=461 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.95% from 461); Green value is 145 (57.03% from 255 or 31.45% from 461); Blue value is 118 (46.48% from 255 or 25.60% from 461); Max value from RGB is 198 - color contains mainly: red. Hex color #C69176 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69176 is #396E89. Grayscale: #9D9D9D. Windows color (decimal): -3763850 or 7770566. OLE color: 7770566.

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

Color convert

RGB198145118-
CMYK00.270.400.22
HSL20.25º41.24%61.96%-
HSV(B)20.25º40.4%77.65%-
XYZ36.6833.5621.68-
YUV157.77105.56156.7-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.95%
GREEN value IS 145 (57.03% from 255) = 31.45%
BLUE value IS 118 (46.48% from 255) = 25.60%
R=42.95%
G=31.45%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814511800.270.400.2220.2541.2461.96
HexC6917601B281614293e
Octal3062211660335026245176
Binary110001101001000111101100110111010001011010100101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69176; }

 p { color: rgb(198,145,118); }

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

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

 a { background-color: rgb(198,145,118); }

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

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

 span { border-color: rgb(198,145,118); }

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