#C89679

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

Shades of Feldspar #C89679

Tints of Feldspar #C89679

Color information

#C89679 (or 0xC89679) is unknown color: approx Feldspar. HEX triplet: C8, 96 and 79. RGB value is (200,150,121). Sum of RGB (Red+Green+Blue) = 200+150+121=471 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.46% from 471); Green value is 150 (58.98% from 255 or 31.85% from 471); Blue value is 121 (47.66% from 255 or 25.69% from 471); Max value from RGB is 200 - color contains mainly: red. Hex color #C89679 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89679 is #376986. Grayscale: #A1A1A1. Windows color (decimal): -3631495 or 7968456. OLE color: 7968456.

HSL color Cylindrical-coordinate representation of color #C89679: hue angle of 22.03º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C89679 is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB200150121-
CMYK00.250.390.22
HSL22.03º41.8%62.94%-
HSV(B)22.03º39.5%78.43%-
XYZ38.1835.4722.92-
YUV161.64105.06155.36-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.46%
GREEN value IS 150 (58.98% from 255) = 31.85%
BLUE value IS 121 (47.66% from 255) = 25.69%
R=42.46%
G=31.85%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20015012100.250.390.2222.0341.862.94
HexC896790192716162a3f
Octal3102261710314726265277
Binary110010001001011011110010110011001111011010110101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89679; }

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

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

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

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

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

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

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

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