#C99876

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

Shades of Feldspar #C99876

Tints of Feldspar #C99876

Color information

#C99876 (or 0xC99876) is unknown color: approx Feldspar. HEX triplet: C9, 98 and 76. RGB value is (201,152,118). Sum of RGB (Red+Green+Blue) = 201+152+118=471 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.68% from 471); Green value is 152 (59.77% from 255 or 32.27% from 471); Blue value is 118 (46.48% from 255 or 25.05% from 471); Max value from RGB is 201 - color contains mainly: red. Hex color #C99876 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99876 is #366789. Grayscale: #A2A2A2. Windows color (decimal): -3565450 or 7772361. OLE color: 7772361.

HSL color Cylindrical-coordinate representation of color #C99876: hue angle of 24.58º 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 #C99876 is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB201152118-
CMYK00.240.410.21
HSL24.58º43.46%62.55%-
HSV(B)24.58º41.29%78.82%-
XYZ38.5936.1822.09-
YUV162.77102.73155.26-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.68%
GREEN value IS 152 (59.77% from 255) = 32.27%
BLUE value IS 118 (46.48% from 255) = 25.05%
R=42.68%
G=32.27%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115211800.240.410.2124.5843.4662.55
HexC998760182915192b3f
Octal3112301660305125315377
Binary110010011001100011101100110001010011010111001101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99876; }

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

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

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

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

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

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

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

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