#C88C74

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

Shades of Feldspar #C88C74

Tints of Feldspar #C88C74

Color information

#C88C74 (or 0xC88C74) is unknown color: approx Feldspar. HEX triplet: C8, 8C and 74. RGB value is (200,140,116). Sum of RGB (Red+Green+Blue) = 200+140+116=456 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.86% from 456); Green value is 140 (55.08% from 255 or 30.70% from 456); Blue value is 116 (45.70% from 255 or 25.44% from 456); Max value from RGB is 200 - color contains mainly: red. Hex color #C88C74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88C74 is #37738B. Grayscale: #9B9B9B. Windows color (decimal): -3634060 or 7638216. OLE color: 7638216.

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

Color convert

RGB200140116-
CMYK00.30.420.22
HSL17.14º43.3%61.96%-
HSV(B)17.14º42%78.43%-
XYZ36.3532.320.84-
YUV155.2105.88159.95-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.86%
GREEN value IS 140 (55.08% from 255) = 30.70%
BLUE value IS 116 (45.70% from 255) = 25.44%
R=43.86%
G=30.70%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014011600.30.420.2217.1443.361.96
HexC88C7401E2A16112b3e
Octal3102141640365226215376
Binary110010001000110011101000111101010101011010001101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88C74; }

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

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

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

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

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

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

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

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