#C8907E

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

Shades of Feldspar #C8907E

Tints of Feldspar #C8907E

Color information

#C8907E (or 0xC8907E) is unknown color: approx Feldspar. HEX triplet: C8, 90 and 7E. RGB value is (200,144,126). Sum of RGB (Red+Green+Blue) = 200+144+126=470 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.55% from 470); Green value is 144 (56.64% from 255 or 30.64% from 470); Blue value is 126 (49.61% from 255 or 26.81% from 470); Max value from RGB is 200 - color contains mainly: red. Hex color #C8907E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8907E is #376F81. Grayscale: #9E9E9E. Windows color (decimal): -3633026 or 8294600. OLE color: 8294600.

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

Color convert

RGB200144126-
CMYK00.280.370.22
HSL14.59º40.22%63.92%-
HSV(B)14.59º37%78.43%-
XYZ37.5633.7324.27-
YUV158.69109.55157.46-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.55%
GREEN value IS 144 (56.64% from 255) = 30.64%
BLUE value IS 126 (49.61% from 255) = 26.81%
R=42.55%
G=30.64%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.37
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014412600.280.370.2214.5940.2263.92
HexC8907E01C2516f2840
Octal31022017603445261750100
Binary110010001001000011111100111001001011011011111010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8907E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8907E; }

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

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

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

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

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

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

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

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