#C99772

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

Shades of Feldspar #C99772

Tints of Feldspar #C99772

Color information

#C99772 (or 0xC99772) is unknown color: approx Feldspar. HEX triplet: C9, 97 and 72. RGB value is (201,151,114). Sum of RGB (Red+Green+Blue) = 201+151+114=466 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.13% from 466); Green value is 151 (59.38% from 255 or 32.40% from 466); Blue value is 114 (44.92% from 255 or 24.46% from 466); Max value from RGB is 201 - color contains mainly: red. Hex color #C99772 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99772 is #36688D. Grayscale: #A1A1A1. Windows color (decimal): -3565710 or 7509961. OLE color: 7509961.

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

Color convert

RGB201151114-
CMYK00.250.430.21
HSL25.52º44.62%61.76%-
HSV(B)25.52º43.28%78.82%-
XYZ38.1935.7720.81-
YUV161.73101.06156.01-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.13%
GREEN value IS 151 (59.38% from 255) = 32.40%
BLUE value IS 114 (44.92% from 255) = 24.46%
R=43.13%
G=32.40%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115111400.250.430.2125.5244.6261.76
HexC997720192B151a2d3e
Octal3112271620315325325576
Binary110010011001011111100100110011010111010111010101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99772; }

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

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

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

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

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

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

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

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