#C7917D

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

Shades of Feldspar #C7917D

Tints of Feldspar #C7917D

Color information

#C7917D (or 0xC7917D) is unknown color: approx Feldspar. HEX triplet: C7, 91 and 7D. RGB value is (199,145,125). Sum of RGB (Red+Green+Blue) = 199+145+125=469 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.43% from 469); Green value is 145 (57.03% from 255 or 30.92% from 469); Blue value is 125 (49.22% from 255 or 26.65% from 469); Max value from RGB is 199 - color contains mainly: red. Hex color #C7917D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7917D is #386E82. Grayscale: #9F9F9F. Windows color (decimal): -3698307 or 8229319. OLE color: 8229319.

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

Color convert

RGB199145125-
CMYK00.270.370.22
HSL16.22º39.78%63.53%-
HSV(B)16.22º37.19%78.04%-
XYZ37.3833.8723.97-
YUV158.87108.89156.63-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.43%
GREEN value IS 145 (57.03% from 255) = 30.92%
BLUE value IS 125 (49.22% from 255) = 26.65%
R=42.43%
G=30.92%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.37
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19914512500.270.370.2216.2239.7863.53
HexC7917D01B2516102840
Octal30722117503345262050100
Binary1100011110010001111110101101110010110110100001010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7917D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7917D; }

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

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

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

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

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

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

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

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