#C79072

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

Shades of Feldspar #C79072

Tints of Feldspar #C79072

Color information

#C79072 (or 0xC79072) is unknown color: approx Feldspar. HEX triplet: C7, 90 and 72. RGB value is (199,144,114). Sum of RGB (Red+Green+Blue) = 199+144+114=457 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.54% from 457); Green value is 144 (56.64% from 255 or 31.51% from 457); Blue value is 114 (44.92% from 255 or 24.95% from 457); Max value from RGB is 199 - color contains mainly: red. Hex color #C79072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79072 is #386F8D. Grayscale: #9D9D9D. Windows color (decimal): -3698574 or 7508167. OLE color: 7508167.

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

Color convert

RGB199144114-
CMYK00.280.430.22
HSL21.18º43.15%61.37%-
HSV(B)21.18º42.71%78.04%-
XYZ36.5633.320.42-
YUV157.02103.72157.94-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.54%
GREEN value IS 144 (56.64% from 255) = 31.51%
BLUE value IS 114 (44.92% from 255) = 24.95%
R=43.54%
G=31.51%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19914411400.280.430.2221.1843.1561.37
HexC7907201C2B16152b3d
Octal3072201620345326255375
Binary110001111001000011100100111001010111011010101101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C79072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C79072; }

 p { color: rgb(199,144,114); }

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

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

 a { background-color: rgb(199,144,114); }

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

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

 span { border-color: rgb(199,144,114); }

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