#C8906E

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

Shades of Feldspar #C8906E

Tints of Feldspar #C8906E

Color information

#C8906E (or 0xC8906E) is unknown color: approx Feldspar. HEX triplet: C8, 90 and 6E. RGB value is (200,144,110). Sum of RGB (Red+Green+Blue) = 200+144+110=454 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.05% from 454); Green value is 144 (56.64% from 255 or 31.72% from 454); Blue value is 110 (43.36% from 255 or 24.23% from 454); Max value from RGB is 200 - color contains mainly: red. Hex color #C8906E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8906E is #376F91. Grayscale: #9D9D9D. Windows color (decimal): -3633042 or 7246024. OLE color: 7246024.

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

Color convert

RGB200144110-
CMYK00.280.450.22
HSL22.67º45%60.78%-
HSV(B)22.67º45%78.43%-
XYZ36.6133.3519.26-
YUV156.87101.55158.76-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.05%
GREEN value IS 144 (56.64% from 255) = 31.72%
BLUE value IS 110 (43.36% from 255) = 24.23%
R=44.05%
G=31.72%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.45
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014411000.280.450.2222.674560.78
HexC8906E01C2D16172d3d
Octal3102201560345526275575
Binary110010001001000011011100111001011011011010111101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8906E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8906E; }

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

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

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

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

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

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

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

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