#C99277

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

Shades of Feldspar #C99277

Tints of Feldspar #C99277

Color information

#C99277 (or 0xC99277) is unknown color: approx Feldspar. HEX triplet: C9, 92 and 77. RGB value is (201,146,119). Sum of RGB (Red+Green+Blue) = 201+146+119=466 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.13% from 466); Green value is 146 (57.42% from 255 or 31.33% from 466); Blue value is 119 (46.88% from 255 or 25.54% from 466); Max value from RGB is 201 - color contains mainly: red. Hex color #C99277 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99277 is #366D88. Grayscale: #9F9F9F. Windows color (decimal): -3566985 or 7836361. OLE color: 7836361.

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

Color convert

RGB201146119-
CMYK00.270.410.21
HSL19.76º43.16%62.75%-
HSV(B)19.76º40.8%78.82%-
XYZ37.734.3122.09-
YUV159.37105.22157.7-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.13%
GREEN value IS 146 (57.42% from 255) = 31.33%
BLUE value IS 119 (46.88% from 255) = 25.54%
R=43.13%
G=31.33%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114611900.270.410.2119.7643.1662.75
HexC9927701B2915142b3f
Octal3112221670335125245377
Binary110010011001001011101110110111010011010110100101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99277; }

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

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

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

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

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

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

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

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