#C78877

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

Shades of Feldspar #C78877

Tints of Feldspar #C78877

Color information

#C78877 (or 0xC78877) is unknown color: approx Feldspar. HEX triplet: C7, 88 and 77. RGB value is (199,136,119). Sum of RGB (Red+Green+Blue) = 199+136+119=454 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.83% from 454); Green value is 136 (53.52% from 255 or 29.96% from 454); Blue value is 119 (46.88% from 255 or 26.21% from 454); Max value from RGB is 199 - color contains mainly: red. Hex color #C78877 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78877 is #387788. Grayscale: #999999. Windows color (decimal): -3700617 or 7833799. OLE color: 7833799.

HSL color Cylindrical-coordinate representation of color #C78877: hue angle of 12.75º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C78877 is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB199136119-
CMYK00.320.400.22
HSL12.75º41.67%62.35%-
HSV(B)12.75º40.2%78.04%-
XYZ35.6931.0821.57-
YUV152.9108.87160.88-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.83%
GREEN value IS 136 (53.52% from 255) = 29.96%
BLUE value IS 119 (46.88% from 255) = 26.21%
R=43.83%
G=29.96%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19913611900.320.400.2212.7541.6762.35
HexC788770202816d2a3e
Octal3072101670405026155276
Binary110001111000100011101110100000101000101101101101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C78877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C78877; }

 p { color: rgb(199,136,119); }

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

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

 a { background-color: rgb(199,136,119); }

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

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

 span { border-color: rgb(199,136,119); }

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