#C89072

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

Shades of Feldspar #C89072

Tints of Feldspar #C89072

Color information

#C89072 (or 0xC89072) is unknown color: approx Feldspar. HEX triplet: C8, 90 and 72. RGB value is (200,144,114). Sum of RGB (Red+Green+Blue) = 200+144+114=458 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.67% from 458); Green value is 144 (56.64% from 255 or 31.44% from 458); Blue value is 114 (44.92% from 255 or 24.89% from 458); Max value from RGB is 200 - color contains mainly: red. Hex color #C89072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89072 is #376F8D. Grayscale: #9D9D9D. Windows color (decimal): -3633038 or 7508168. OLE color: 7508168.

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

Color convert

RGB200144114-
CMYK00.280.430.22
HSL20.93º43.88%61.57%-
HSV(B)20.93º43%78.43%-
XYZ36.8333.4420.43-
YUV157.32103.55158.44-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.67%
GREEN value IS 144 (56.64% from 255) = 31.44%
BLUE value IS 114 (44.92% from 255) = 24.89%
R=43.67%
G=31.44%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014411400.280.430.2220.9343.8861.57
HexC8907201C2B16152c3e
Octal3102201620345326255476
Binary110010001001000011100100111001010111011010101101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89072; }

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

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

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

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

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

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

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

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