#C78F7B

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

Shades of Feldspar #C78F7B

Tints of Feldspar #C78F7B

Color information

#C78F7B (or 0xC78F7B) is unknown color: approx Feldspar. HEX triplet: C7, 8F and 7B. RGB value is (199,143,123). Sum of RGB (Red+Green+Blue) = 199+143+123=465 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.80% from 465); Green value is 143 (56.25% from 255 or 30.75% from 465); Blue value is 123 (48.44% from 255 or 26.45% from 465); Max value from RGB is 199 - color contains mainly: red. Hex color #C78F7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78F7B is #387084. Grayscale: #9D9D9D. Windows color (decimal): -3698821 or 8097735. OLE color: 8097735.

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

Color convert

RGB199143123-
CMYK00.280.380.22
HSL15.79º40.43%63.14%-
HSV(B)15.79º38.19%78.04%-
XYZ36.9533.2223.2-
YUV157.46108.55157.63-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.80%
GREEN value IS 143 (56.25% from 255) = 30.75%
BLUE value IS 123 (48.44% from 255) = 26.45%
R=42.80%
G=30.75%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19914312300.280.380.2215.7940.4363.14
HexC78F7B01C261610283f
Octal3072171730344626205077
Binary110001111000111111110110111001001101011010000101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C78F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C78F7B; }

 p { color: rgb(199,143,123); }

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

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

 a { background-color: rgb(199,143,123); }

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

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

 span { border-color: rgb(199,143,123); }

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