#C69477

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

Shades of Feldspar #C69477

Tints of Feldspar #C69477

Color information

#C69477 (or 0xC69477) is unknown color: approx Feldspar. HEX triplet: C6, 94 and 77. RGB value is (198,148,119). Sum of RGB (Red+Green+Blue) = 198+148+119=465 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.58% from 465); Green value is 148 (58.20% from 255 or 31.83% from 465); Blue value is 119 (46.88% from 255 or 25.59% from 465); Max value from RGB is 198 - color contains mainly: red. Hex color #C69477 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69477 is #396B88. Grayscale: #9F9F9F. Windows color (decimal): -3763081 or 7836870. OLE color: 7836870.

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

Color convert

RGB198148119-
CMYK00.250.400.22
HSL22.03º40.93%62.16%-
HSV(B)22.03º39.9%77.65%-
XYZ37.2134.5222.15-
YUV159.64105.06155.36-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.58%
GREEN value IS 148 (58.20% from 255) = 31.83%
BLUE value IS 119 (46.88% from 255) = 25.59%
R=42.58%
G=31.83%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814811900.250.400.2222.0340.9362.16
HexC69477019281616293e
Octal3062241670315026265176
Binary110001101001010011101110110011010001011010110101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69477; }

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

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

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

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

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

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

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

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