#C78C7A

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

Shades of Feldspar #C78C7A

Tints of Feldspar #C78C7A

Color information

#C78C7A (or 0xC78C7A) is unknown color: approx Feldspar. HEX triplet: C7, 8C and 7A. RGB value is (199,140,122). Sum of RGB (Red+Green+Blue) = 199+140+122=461 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.17% from 461); Green value is 140 (55.08% from 255 or 30.37% from 461); Blue value is 122 (48.05% from 255 or 26.46% from 461); Max value from RGB is 199 - color contains mainly: red. Hex color #C78C7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78C7A is #387385. Grayscale: #9B9B9B. Windows color (decimal): -3699590 or 8031431. OLE color: 8031431.

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

Color convert

RGB199140122-
CMYK00.300.390.22
HSL14.03º40.74%62.94%-
HSV(B)14.03º38.69%78.04%-
XYZ36.4432.322.73-
YUV155.59109.05158.96-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.17%
GREEN value IS 140 (55.08% from 255) = 30.37%
BLUE value IS 122 (48.05% from 255) = 26.46%
R=43.17%
G=30.37%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19914012200.300.390.2214.0340.7462.94
HexC78C7A01E2716e293f
Octal3072141720364726165177
Binary11000111100011001111010011110100111101101110101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C78C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C78C7A; }

 p { color: rgb(199,140,122); }

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

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

 a { background-color: rgb(199,140,122); }

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

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

 span { border-color: rgb(199,140,122); }

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