#C78D70

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

Shades of Feldspar #C78D70

Tints of Feldspar #C78D70

Color information

#C78D70 (or 0xC78D70) is unknown color: approx Feldspar. HEX triplet: C7, 8D and 70. RGB value is (199,141,112). Sum of RGB (Red+Green+Blue) = 199+141+112=452 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.03% from 452); Green value is 141 (55.47% from 255 or 31.19% from 452); Blue value is 112 (44.14% from 255 or 24.78% from 452); Max value from RGB is 199 - color contains mainly: red. Hex color #C78D70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78D70 is #38728F. Grayscale: #9B9B9B. Windows color (decimal): -3699344 or 7376327. OLE color: 7376327.

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

Color convert

RGB199141112-
CMYK00.290.440.22
HSL20º43.72%60.98%-
HSV(B)20º43.72%78.04%-
XYZ3632.3619.68-
YUV155.04103.72159.36-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.03%
GREEN value IS 141 (55.47% from 255) = 31.19%
BLUE value IS 112 (44.14% from 255) = 24.78%
R=44.03%
G=31.19%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19914111200.290.440.222043.7260.98
HexC78D7001D2C16142c3d
Octal3072151600355426245475
Binary110001111000110111100000111011011001011010100101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C78D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C78D70; }

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

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

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

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

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

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

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

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