#C99977

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

Shades of Feldspar #C99977

Tints of Feldspar #C99977

Color information

#C99977 (or 0xC99977) is unknown color: approx Feldspar. HEX triplet: C9, 99 and 77. RGB value is (201,153,119). Sum of RGB (Red+Green+Blue) = 201+153+119=473 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.49% from 473); Green value is 153 (60.16% from 255 or 32.35% from 473); Blue value is 119 (46.88% from 255 or 25.16% from 473); Max value from RGB is 201 - color contains mainly: red. Hex color #C99977 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99977 is #366688. Grayscale: #A3A3A3. Windows color (decimal): -3565193 or 7838153. OLE color: 7838153.

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

Color convert

RGB201153119-
CMYK00.240.410.21
HSL24.88º43.16%62.75%-
HSV(B)24.88º40.8%78.82%-
XYZ38.8136.5322.46-
YUV163.48102.9154.76-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.49%
GREEN value IS 153 (60.16% from 255) = 32.35%
BLUE value IS 119 (46.88% from 255) = 25.16%
R=42.49%
G=32.35%
B=25.16%

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
Decimal20115311900.240.410.2124.8843.1662.75
HexC999770182915192b3f
Octal3112311670305125315377
Binary110010011001100111101110110001010011010111001101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99977; }

 p { color: rgb(201,153,119); }

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

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

 a { background-color: rgb(201,153,119); }

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

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

 span { border-color: rgb(201,153,119); }

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