#C89673

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

Shades of Feldspar #C89673

Tints of Feldspar #C89673

Color information

#C89673 (or 0xC89673) is unknown color: approx Feldspar. HEX triplet: C8, 96 and 73. RGB value is (200,150,115). Sum of RGB (Red+Green+Blue) = 200+150+115=465 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.01% from 465); Green value is 150 (58.98% from 255 or 32.26% from 465); Blue value is 115 (45.31% from 255 or 24.73% from 465); Max value from RGB is 200 - color contains mainly: red. Hex color #C89673 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89673 is #37698C. Grayscale: #A1A1A1. Windows color (decimal): -3631501 or 7575240. OLE color: 7575240.

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

Color convert

RGB200150115-
CMYK00.250.420.22
HSL24.71º43.59%61.76%-
HSV(B)24.71º42.5%78.43%-
XYZ37.8235.3321.05-
YUV160.96102.06155.85-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.01%
GREEN value IS 150 (58.98% from 255) = 32.26%
BLUE value IS 115 (45.31% from 255) = 24.73%
R=43.01%
G=32.26%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20015011500.250.420.2224.7143.5961.76
HexC896730192A16192c3e
Octal3102261630315226315476
Binary110010001001011011100110110011010101011011001101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89673; }

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

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

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

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

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

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

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

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