#C8907A

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

Shades of Feldspar #C8907A

Tints of Feldspar #C8907A

Color information

#C8907A (or 0xC8907A) is unknown color: approx Feldspar. HEX triplet: C8, 90 and 7A. RGB value is (200,144,122). Sum of RGB (Red+Green+Blue) = 200+144+122=466 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.92% from 466); Green value is 144 (56.64% from 255 or 30.90% from 466); Blue value is 122 (48.05% from 255 or 26.18% from 466); Max value from RGB is 200 - color contains mainly: red. Hex color #C8907A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8907A is #376F85. Grayscale: #9E9E9E. Windows color (decimal): -3633030 or 8032456. OLE color: 8032456.

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

Color convert

RGB200144122-
CMYK00.280.390.22
HSL16.92º41.49%63.14%-
HSV(B)16.92º39%78.43%-
XYZ37.3133.6322.94-
YUV158.24107.55157.79-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.92%
GREEN value IS 144 (56.64% from 255) = 30.90%
BLUE value IS 122 (48.05% from 255) = 26.18%
R=42.92%
G=30.90%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014412200.280.390.2216.9241.4963.14
HexC8907A01C271611293f
Octal3102201720344726215177
Binary110010001001000011110100111001001111011010001101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8907A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8907A; }

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

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

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

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

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

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

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

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