#C69177

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

Shades of Feldspar #C69177

Tints of Feldspar #C69177

Color information

#C69177 (or 0xC69177) is unknown color: approx Feldspar. HEX triplet: C6, 91 and 77. RGB value is (198,145,119). Sum of RGB (Red+Green+Blue) = 198+145+119=462 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.86% from 462); Green value is 145 (57.03% from 255 or 31.39% from 462); Blue value is 119 (46.88% from 255 or 25.76% from 462); Max value from RGB is 198 - color contains mainly: red. Hex color #C69177 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69177 is #396E88. Grayscale: #9E9E9E. Windows color (decimal): -3763849 or 7836102. OLE color: 7836102.

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

Color convert

RGB198145119-
CMYK00.270.400.22
HSL19.75º40.93%62.16%-
HSV(B)19.75º39.9%77.65%-
XYZ36.7433.5922-
YUV157.88106.06156.61-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.86%
GREEN value IS 145 (57.03% from 255) = 31.39%
BLUE value IS 119 (46.88% from 255) = 25.76%
R=42.86%
G=31.39%
B=25.76%

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
Decimal19814511900.270.400.2219.7540.9362.16
HexC6917701B281614293e
Octal3062211670335026245176
Binary110001101001000111101110110111010001011010100101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69177; }

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

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

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

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

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

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

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

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