#C89073

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

Shades of Feldspar #C89073

Tints of Feldspar #C89073

Color information

#C89073 (or 0xC89073) is unknown color: approx Feldspar. HEX triplet: C8, 90 and 73. RGB value is (200,144,115). Sum of RGB (Red+Green+Blue) = 200+144+115=459 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.57% from 459); Green value is 144 (56.64% from 255 or 31.37% from 459); Blue value is 115 (45.31% from 255 or 25.05% from 459); Max value from RGB is 200 - color contains mainly: red. Hex color #C89073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89073 is #376F8C. Grayscale: #9D9D9D. Windows color (decimal): -3633037 or 7573704. OLE color: 7573704.

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

Color convert

RGB200144115-
CMYK00.280.420.22
HSL20.47º43.59%61.76%-
HSV(B)20.47º42.5%78.43%-
XYZ36.8933.4620.73-
YUV157.44104.05158.36-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.57%
GREEN value IS 144 (56.64% from 255) = 31.37%
BLUE value IS 115 (45.31% from 255) = 25.05%
R=43.57%
G=31.37%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014411500.280.420.2220.4743.5961.76
HexC8907301C2A16142c3e
Octal3102201630345226245476
Binary110010001001000011100110111001010101011010100101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89073; }

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

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

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

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

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

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

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

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