#C99776

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

Shades of Feldspar #C99776

Tints of Feldspar #C99776

Color information

#C99776 (or 0xC99776) is unknown color: approx Feldspar. HEX triplet: C9, 97 and 76. RGB value is (201,151,118). Sum of RGB (Red+Green+Blue) = 201+151+118=470 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.77% from 470); Green value is 151 (59.38% from 255 or 32.13% from 470); Blue value is 118 (46.48% from 255 or 25.11% from 470); Max value from RGB is 201 - color contains mainly: red. Hex color #C99776 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99776 is #366889. Grayscale: #A2A2A2. Windows color (decimal): -3565706 or 7772105. OLE color: 7772105.

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

Color convert

RGB201151118-
CMYK00.250.410.21
HSL23.86º43.46%62.55%-
HSV(B)23.86º41.29%78.82%-
XYZ38.4235.8622.04-
YUV162.19103.06155.68-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.77%
GREEN value IS 151 (59.38% from 255) = 32.13%
BLUE value IS 118 (46.48% from 255) = 25.11%
R=42.77%
G=32.13%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115111800.250.410.2123.8643.4662.55
HexC997760192915182b3f
Octal3112271660315125305377
Binary110010011001011111101100110011010011010111000101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99776; }

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

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

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

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

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

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

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

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