#C78672

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

Shades of Feldspar #C78672

Tints of Feldspar #C78672

Color information

#C78672 (or 0xC78672) is unknown color: approx Feldspar. HEX triplet: C7, 86 and 72. RGB value is (199,134,114). Sum of RGB (Red+Green+Blue) = 199+134+114=447 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.52% from 447); Green value is 134 (52.73% from 255 or 29.98% from 447); Blue value is 114 (44.92% from 255 or 25.50% from 447); Max value from RGB is 199 - color contains mainly: red. Hex color #C78672 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78672 is #38798D. Grayscale: #979797. Windows color (decimal): -3701134 or 7505607. OLE color: 7505607.

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

Color convert

RGB199134114-
CMYK00.330.430.22
HSL14.12º43.15%61.37%-
HSV(B)14.12º42.71%78.04%-
XYZ35.1230.4119.94-
YUV151.16107.03162.13-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.52%
GREEN value IS 134 (52.73% from 255) = 29.98%
BLUE value IS 114 (44.92% from 255) = 25.50%
R=44.52%
G=29.98%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19913411400.330.430.2214.1243.1561.37
HexC786720212B16e2b3d
Octal3072061620415326165375
Binary110001111000011011100100100001101011101101110101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C78672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C78672; }

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

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

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

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

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

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

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

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