#C78F6C

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

Shades of Feldspar #C78F6C

Tints of Feldspar #C78F6C

Color information

#C78F6C (or 0xC78F6C) is unknown color: approx Feldspar. HEX triplet: C7, 8F and 6C. RGB value is (199,143,108). Sum of RGB (Red+Green+Blue) = 199+143+108=450 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.22% from 450); Green value is 143 (56.25% from 255 or 31.78% from 450); Blue value is 108 (42.58% from 255 or 24% from 450); Max value from RGB is 199 - color contains mainly: red. Hex color #C78F6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78F6C is #387093. Grayscale: #9B9B9B. Windows color (decimal): -3698836 or 7114695. OLE color: 7114695.

HSL color Cylindrical-coordinate representation of color #C78F6C: hue angle of 23.08º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C78F6C is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB199143108-
CMYK00.280.460.22
HSL23.08º44.83%60.2%-
HSV(B)23.08º45.73%78.04%-
XYZ36.0832.8718.63-
YUV155.75101.05158.85-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.22%
GREEN value IS 143 (56.25% from 255) = 31.78%
BLUE value IS 108 (42.58% from 255) = 24%
R=44.22%
G=31.78%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19914310800.280.460.2223.0844.8360.2
HexC78F6C01C2E16172d3c
Octal3072171540345626275574
Binary110001111000111111011000111001011101011010111101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C78F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C78F6C; }

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

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

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

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

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

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

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

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