#C68977

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

Shades of Feldspar #C68977

Tints of Feldspar #C68977

Color information

#C68977 (or 0xC68977) is unknown color: approx Feldspar. HEX triplet: C6, 89 and 77. RGB value is (198,137,119). Sum of RGB (Red+Green+Blue) = 198+137+119=454 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.61% from 454); Green value is 137 (53.91% from 255 or 30.18% from 454); Blue value is 119 (46.88% from 255 or 26.21% from 454); Max value from RGB is 198 - color contains mainly: red. Hex color #C68977 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68977 is #397688. Grayscale: #999999. Windows color (decimal): -3765897 or 7834054. OLE color: 7834054.

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

Color convert

RGB198137119-
CMYK00.310.400.22
HSL13.67º40.93%62.16%-
HSV(B)13.67º39.9%77.65%-
XYZ35.5631.2321.61-
YUV153.19108.71159.96-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.61%
GREEN value IS 137 (53.91% from 255) = 30.18%
BLUE value IS 119 (46.88% from 255) = 26.21%
R=43.61%
G=30.18%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19813711900.310.400.2213.6740.9362.16
HexC6897701F2816e293e
Octal3062111670375026165176
Binary11000110100010011110111011111101000101101110101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68977; }

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

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

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

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

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

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

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

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