#C69077

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

Shades of Feldspar #C69077

Tints of Feldspar #C69077

Color information

#C69077 (or 0xC69077) is unknown color: approx Feldspar. HEX triplet: C6, 90 and 77. RGB value is (198,144,119). Sum of RGB (Red+Green+Blue) = 198+144+119=461 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.95% from 461); Green value is 144 (56.64% from 255 or 31.24% from 461); Blue value is 119 (46.88% from 255 or 25.81% from 461); Max value from RGB is 198 - color contains mainly: red. Hex color #C69077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69077 is #396F88. Grayscale: #9D9D9D. Windows color (decimal): -3764105 or 7835846. OLE color: 7835846.

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

Color convert

RGB198144119-
CMYK00.270.400.22
HSL18.99º40.93%62.16%-
HSV(B)18.99º39.9%77.65%-
XYZ36.5933.2821.95-
YUV157.3106.39157.03-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.95%
GREEN value IS 144 (56.64% from 255) = 31.24%
BLUE value IS 119 (46.88% from 255) = 25.81%
R=42.95%
G=31.24%
B=25.81%

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
Decimal19814411900.270.400.2218.9940.9362.16
HexC6907701B281613293e
Octal3062201670335026235176
Binary110001101001000011101110110111010001011010011101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69077; }

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

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

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

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

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

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

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

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