#C8967F

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

Shades of Feldspar #C8967F

Tints of Feldspar #C8967F

Color information

#C8967F (or 0xC8967F) is unknown color: approx Feldspar. HEX triplet: C8, 96 and 7F. RGB value is (200,150,127). Sum of RGB (Red+Green+Blue) = 200+150+127=477 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.93% from 477); Green value is 150 (58.98% from 255 or 31.45% from 477); Blue value is 127 (50% from 255 or 26.62% from 477); Max value from RGB is 200 - color contains mainly: red. Hex color #C8967F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8967F is #376980. Grayscale: #A2A2A2. Windows color (decimal): -3631489 or 8361672. OLE color: 8361672.

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

Color convert

RGB200150127-
CMYK00.250.360.22
HSL18.9º39.89%64.12%-
HSV(B)18.9º36.5%78.43%-
XYZ38.5635.6224.92-
YUV162.33108.06154.87-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.93%
GREEN value IS 150 (58.98% from 255) = 31.45%
BLUE value IS 127 (50% from 255) = 26.62%
R=41.93%
G=31.45%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20015012700.250.360.2218.939.8964.12
HexC8967F0192416132840
Octal31022617703144262350100
Binary1100100010010110111111101100110010010110100111010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8967F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8967F; }

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

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

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

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

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

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

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

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