#C99771

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

Shades of Feldspar #C99771

Tints of Feldspar #C99771

Color information

#C99771 (or 0xC99771) is unknown color: approx Feldspar. HEX triplet: C9, 97 and 71. RGB value is (201,151,113). Sum of RGB (Red+Green+Blue) = 201+151+113=465 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.23% from 465); Green value is 151 (59.38% from 255 or 32.47% from 465); Blue value is 113 (44.53% from 255 or 24.30% from 465); Max value from RGB is 201 - color contains mainly: red. Hex color #C99771 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99771 is #36688E. Grayscale: #A1A1A1. Windows color (decimal): -3565711 or 7444425. OLE color: 7444425.

HSL color Cylindrical-coordinate representation of color #C99771: hue angle of 25.91º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C99771 is Cyan = 0, Magento = 0.25, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB201151113-
CMYK00.250.440.21
HSL25.91º44.9%61.57%-
HSV(B)25.91º43.78%78.82%-
XYZ38.1335.7420.51-
YUV161.62100.56156.09-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.23%
GREEN value IS 151 (59.38% from 255) = 32.47%
BLUE value IS 113 (44.53% from 255) = 24.30%
R=43.23%
G=32.47%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115111300.250.440.2125.9144.961.57
HexC997710192C151a2d3e
Octal3112271610315425325576
Binary110010011001011111100010110011011001010111010101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99771; }

 p { color: rgb(201,151,113); }

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

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

 a { background-color: rgb(201,151,113); }

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

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

 span { border-color: rgb(201,151,113); }

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