#C89277

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

Shades of Feldspar #C89277

Tints of Feldspar #C89277

Color information

#C89277 (or 0xC89277) is unknown color: approx Feldspar. HEX triplet: C8, 92 and 77. RGB value is (200,146,119). Sum of RGB (Red+Green+Blue) = 200+146+119=465 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.01% from 465); Green value is 146 (57.42% from 255 or 31.40% from 465); Blue value is 119 (46.88% from 255 or 25.59% from 465); Max value from RGB is 200 - color contains mainly: red. Hex color #C89277 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89277 is #376D88. Grayscale: #9F9F9F. Windows color (decimal): -3632521 or 7836360. OLE color: 7836360.

HSL color Cylindrical-coordinate representation of color #C89277: hue angle of 20º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C89277 is Cyan = 0, Magento = 0.27, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB200146119-
CMYK00.270.400.22
HSL20º42.41%62.55%-
HSV(B)20º40.5%78.43%-
XYZ37.4334.1722.08-
YUV159.07105.39157.2-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.01%
GREEN value IS 146 (57.42% from 255) = 31.40%
BLUE value IS 119 (46.88% from 255) = 25.59%
R=43.01%
G=31.40%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014611900.270.400.222042.4162.55
HexC8927701B2816142a3f
Octal3102221670335026245277
Binary110010001001001011101110110111010001011010100101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89277; }

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

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

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

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

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

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

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

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