#C7916D

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

Shades of Feldspar #C7916D

Tints of Feldspar #C7916D

Color information

#C7916D (or 0xC7916D) is unknown color: approx Feldspar. HEX triplet: C7, 91 and 6D. RGB value is (199,145,109). Sum of RGB (Red+Green+Blue) = 199+145+109=453 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.93% from 453); Green value is 145 (57.03% from 255 or 32.01% from 453); Blue value is 109 (42.97% from 255 or 24.06% from 453); Max value from RGB is 199 - color contains mainly: red. Hex color #C7916D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7916D is #386E92. Grayscale: #9D9D9D. Windows color (decimal): -3698323 or 7180743. OLE color: 7180743.

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

Color convert

RGB199145109-
CMYK00.270.450.22
HSL24º44.55%60.39%-
HSV(B)24º45.23%78.04%-
XYZ36.4433.519.01-
YUV157.04100.89157.93-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.93%
GREEN value IS 145 (57.03% from 255) = 32.01%
BLUE value IS 109 (42.97% from 255) = 24.06%
R=43.93%
G=32.01%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.45
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19914510900.270.450.222444.5560.39
HexC7916D01B2D16182d3c
Octal3072211550335526305574
Binary110001111001000111011010110111011011011011000101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7916D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7916D; }

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

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

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

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

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

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

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

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