#C88774

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

Shades of Feldspar #C88774

Tints of Feldspar #C88774

Color information

#C88774 (or 0xC88774) is unknown color: approx Feldspar. HEX triplet: C8, 87 and 74. RGB value is (200,135,116). Sum of RGB (Red+Green+Blue) = 200+135+116=451 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.35% from 451); Green value is 135 (53.12% from 255 or 29.93% from 451); Blue value is 116 (45.70% from 255 or 25.72% from 451); Max value from RGB is 200 - color contains mainly: red. Hex color #C88774 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88774 is #37788B. Grayscale: #989898. Windows color (decimal): -3635340 or 7636936. OLE color: 7636936.

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

Color convert

RGB200135116-
CMYK00.320.420.22
HSL13.57º43.3%61.96%-
HSV(B)13.57º42%78.43%-
XYZ35.6430.8720.6-
YUV152.27107.53162.04-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.35%
GREEN value IS 135 (53.12% from 255) = 29.93%
BLUE value IS 116 (45.70% from 255) = 25.72%
R=44.35%
G=29.93%
B=25.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013511600.320.420.2213.5743.361.96
HexC887740202A16e2b3e
Octal3102071640405226165376
Binary110010001000011111101000100000101010101101110101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88774; }

 p { color: rgb(200,135,116); }

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

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

 a { background-color: rgb(200,135,116); }

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

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

 span { border-color: rgb(200,135,116); }

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