#C69378

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

Shades of Feldspar #C69378

Tints of Feldspar #C69378

Color information

#C69378 (or 0xC69378) is unknown color: approx Feldspar. HEX triplet: C6, 93 and 78. RGB value is (198,147,120). Sum of RGB (Red+Green+Blue) = 198+147+120=465 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.58% from 465); Green value is 147 (57.81% from 255 or 31.61% from 465); Blue value is 120 (47.27% from 255 or 25.81% from 465); Max value from RGB is 198 - color contains mainly: red. Hex color #C69378 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69378 is #396C87. Grayscale: #9F9F9F. Windows color (decimal): -3763336 or 7902150. OLE color: 7902150.

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

Color convert

RGB198147120-
CMYK00.260.390.22
HSL20.77º40.63%62.35%-
HSV(B)20.77º39.39%77.65%-
XYZ37.1134.2322.42-
YUV159.17105.9155.7-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.58%
GREEN value IS 147 (57.81% from 255) = 31.61%
BLUE value IS 120 (47.27% from 255) = 25.81%
R=42.58%
G=31.61%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814712000.260.390.2220.7740.6362.35
HexC6937801A271615293e
Octal3062231700324726255176
Binary110001101001001111110000110101001111011010101101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69378; }

 p { color: rgb(198,147,120); }

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

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

 a { background-color: rgb(198,147,120); }

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

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

 span { border-color: rgb(198,147,120); }

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