#C99272

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

Shades of Feldspar #C99272

Tints of Feldspar #C99272

Color information

#C99272 (or 0xC99272) is unknown color: approx Feldspar. HEX triplet: C9, 92 and 72. RGB value is (201,146,114). Sum of RGB (Red+Green+Blue) = 201+146+114=461 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.60% from 461); Green value is 146 (57.42% from 255 or 31.67% from 461); Blue value is 114 (44.92% from 255 or 24.73% from 461); Max value from RGB is 201 - color contains mainly: red. Hex color #C99272 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99272 is #366D8D. Grayscale: #9E9E9E. Windows color (decimal): -3566990 or 7508681. OLE color: 7508681.

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

Color convert

RGB201146114-
CMYK00.270.430.21
HSL22.07º44.62%61.76%-
HSV(B)22.07º43.28%78.82%-
XYZ37.434.1920.55-
YUV158.8102.72158.1-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.60%
GREEN value IS 146 (57.42% from 255) = 31.67%
BLUE value IS 114 (44.92% from 255) = 24.73%
R=43.60%
G=31.67%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114611400.270.430.2122.0744.6261.76
HexC9927201B2B15162d3e
Octal3112221620335325265576
Binary110010011001001011100100110111010111010110110101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99272; }

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

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

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

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

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

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

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

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