#C7926D

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

Shades of Feldspar #C7926D

Tints of Feldspar #C7926D

Color information

#C7926D (or 0xC7926D) is unknown color: approx Feldspar. HEX triplet: C7, 92 and 6D. RGB value is (199,146,109). Sum of RGB (Red+Green+Blue) = 199+146+109=454 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.83% from 454); Green value is 146 (57.42% from 255 or 32.16% from 454); Blue value is 109 (42.97% from 255 or 24.01% from 454); Max value from RGB is 199 - color contains mainly: red. Hex color #C7926D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7926D is #386D92. Grayscale: #9D9D9D. Windows color (decimal): -3698067 or 7180999. OLE color: 7180999.

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

Color convert

RGB199146109-
CMYK00.270.450.22
HSL24.67º44.55%60.39%-
HSV(B)24.67º45.23%78.04%-
XYZ36.5933.819.06-
YUV157.63100.56157.51-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.83%
GREEN value IS 146 (57.42% from 255) = 32.16%
BLUE value IS 109 (42.97% from 255) = 24.01%
R=43.83%
G=32.16%
B=24.01%

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
Decimal19914610900.270.450.2224.6744.5560.39
HexC7926D01B2D16192d3c
Octal3072221550335526315574
Binary110001111001001011011010110111011011011011001101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7926D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7926D; }

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

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

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

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

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

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

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

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