#C69174

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

Shades of Feldspar #C69174

Tints of Feldspar #C69174

Color information

#C69174 (or 0xC69174) is unknown color: approx Feldspar. HEX triplet: C6, 91 and 74. RGB value is (198,145,116). Sum of RGB (Red+Green+Blue) = 198+145+116=459 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.14% from 459); Green value is 145 (57.03% from 255 or 31.59% from 459); Blue value is 116 (45.70% from 255 or 25.27% from 459); Max value from RGB is 198 - color contains mainly: red. Hex color #C69174 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69174 is #396E8B. Grayscale: #9D9D9D. Windows color (decimal): -3763852 or 7639494. OLE color: 7639494.

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

Color convert

RGB198145116-
CMYK00.270.410.22
HSL21.22º41.84%61.57%-
HSV(B)21.22º41.41%77.65%-
XYZ36.5733.5221.07-
YUV157.54104.56156.86-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.14%
GREEN value IS 145 (57.03% from 255) = 31.59%
BLUE value IS 116 (45.70% from 255) = 25.27%
R=43.14%
G=31.59%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814511600.270.410.2221.2241.8461.57
HexC6917401B2916152a3e
Octal3062211640335126255276
Binary110001101001000111101000110111010011011010101101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69174; }

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

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

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

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

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

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

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

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