#C89272

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

Shades of Feldspar #C89272

Tints of Feldspar #C89272

Color information

#C89272 (or 0xC89272) is unknown color: approx Feldspar. HEX triplet: C8, 92 and 72. RGB value is (200,146,114). Sum of RGB (Red+Green+Blue) = 200+146+114=460 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.48% from 460); Green value is 146 (57.42% from 255 or 31.74% from 460); Blue value is 114 (44.92% from 255 or 24.78% from 460); Max value from RGB is 200 - color contains mainly: red. Hex color #C89272 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89272 is #376D8D. Grayscale: #9E9E9E. Windows color (decimal): -3632526 or 7508680. OLE color: 7508680.

HSL color Cylindrical-coordinate representation of color #C89272: hue angle of 22.33º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C89272 is Cyan = 0, Magento = 0.27, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB200146114-
CMYK00.270.430.22
HSL22.33º43.88%61.57%-
HSV(B)22.33º43%78.43%-
XYZ37.1434.0520.54-
YUV158.5102.89157.6-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.48%
GREEN value IS 146 (57.42% from 255) = 31.74%
BLUE value IS 114 (44.92% from 255) = 24.78%
R=43.48%
G=31.74%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014611400.270.430.2222.3343.8861.57
HexC8927201B2B16162c3e
Octal3102221620335326265476
Binary110010001001001011100100110111010111011010110101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89272; }

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

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

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

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

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

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

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

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