#C78D7C

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

Shades of Feldspar #C78D7C

Tints of Feldspar #C78D7C

Color information

#C78D7C (or 0xC78D7C) is unknown color: approx Feldspar. HEX triplet: C7, 8D and 7C. RGB value is (199,141,124). Sum of RGB (Red+Green+Blue) = 199+141+124=464 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.89% from 464); Green value is 141 (55.47% from 255 or 30.39% from 464); Blue value is 124 (48.83% from 255 or 26.72% from 464); Max value from RGB is 199 - color contains mainly: red. Hex color #C78D7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78D7C is #387283. Grayscale: #9C9C9C. Windows color (decimal): -3699332 or 8162759. OLE color: 8162759.

HSL color Cylindrical-coordinate representation of color #C78D7C: hue angle of 13.6º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C78D7C is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB199141124-
CMYK00.290.380.22
HSL13.6º40.11%63.33%-
HSV(B)13.6º37.69%78.04%-
XYZ36.7232.6523.44-
YUV156.4109.72158.38-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.89%
GREEN value IS 141 (55.47% from 255) = 30.39%
BLUE value IS 124 (48.83% from 255) = 26.72%
R=42.89%
G=30.39%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19914112400.290.380.2213.640.1163.33
HexC78D7C01D2616e283f
Octal3072151740354626165077
Binary11000111100011011111100011101100110101101110101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C78D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C78D7C; }

 p { color: rgb(199,141,124); }

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

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

 a { background-color: rgb(199,141,124); }

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

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

 span { border-color: rgb(199,141,124); }

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