#C89372

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

Shades of Feldspar #C89372

Tints of Feldspar #C89372

Color information

#C89372 (or 0xC89372) is unknown color: approx Feldspar. HEX triplet: C8, 93 and 72. RGB value is (200,147,114). Sum of RGB (Red+Green+Blue) = 200+147+114=461 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.38% from 461); Green value is 147 (57.81% from 255 or 31.89% from 461); Blue value is 114 (44.92% from 255 or 24.73% from 461); Max value from RGB is 200 - color contains mainly: red. Hex color #C89372 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89372 is #376C8D. Grayscale: #9F9F9F. Windows color (decimal): -3632270 or 7508936. OLE color: 7508936.

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

Color convert

RGB200147114-
CMYK00.260.430.22
HSL23.02º43.88%61.57%-
HSV(B)23.02º43%78.43%-
XYZ37.2934.3620.59-
YUV159.08102.56157.18-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.38%
GREEN value IS 147 (57.81% from 255) = 31.89%
BLUE value IS 114 (44.92% from 255) = 24.73%
R=43.38%
G=31.89%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014711400.260.430.2223.0243.8861.57
HexC8937201A2B16172c3e
Octal3102231620325326275476
Binary110010001001001111100100110101010111011010111101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89372; }

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

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

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

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

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

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

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

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