#C7917C

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

Shades of Feldspar #C7917C

Tints of Feldspar #C7917C

Color information

#C7917C (or 0xC7917C) is unknown color: approx Feldspar. HEX triplet: C7, 91 and 7C. RGB value is (199,145,124). Sum of RGB (Red+Green+Blue) = 199+145+124=468 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.52% from 468); Green value is 145 (57.03% from 255 or 30.98% from 468); Blue value is 124 (48.83% from 255 or 26.50% from 468); Max value from RGB is 199 - color contains mainly: red. Hex color #C7917C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7917C is #386E83. Grayscale: #9E9E9E. Windows color (decimal): -3698308 or 8163783. OLE color: 8163783.

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

Color convert

RGB199145124-
CMYK00.270.380.22
HSL16.8º40.11%63.33%-
HSV(B)16.8º37.69%78.04%-
XYZ37.3233.8523.64-
YUV158.75108.39156.71-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.52%
GREEN value IS 145 (57.03% from 255) = 30.98%
BLUE value IS 124 (48.83% from 255) = 26.50%
R=42.52%
G=30.98%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19914512400.270.380.2216.840.1163.33
HexC7917C01B261611283f
Octal3072211740334626215077
Binary110001111001000111111000110111001101011010001101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7917C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7917C; }

 p { color: rgb(199,145,124); }

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

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

 a { background-color: rgb(199,145,124); }

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

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

 span { border-color: rgb(199,145,124); }

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