#C88E6C

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

Shades of Feldspar #C88E6C

Tints of Feldspar #C88E6C

Color information

#C88E6C (or 0xC88E6C) is unknown color: approx Feldspar. HEX triplet: C8, 8E and 6C. RGB value is (200,142,108). Sum of RGB (Red+Green+Blue) = 200+142+108=450 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.44% from 450); Green value is 142 (55.86% from 255 or 31.56% from 450); Blue value is 108 (42.58% from 255 or 24% from 450); Max value from RGB is 200 - color contains mainly: red. Hex color #C88E6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88E6C is #377193. Grayscale: #9B9B9B. Windows color (decimal): -3633556 or 7114440. OLE color: 7114440.

HSL color Cylindrical-coordinate representation of color #C88E6C: hue angle of 22.17º degrees, saturation: 0.46, 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 #C88E6C is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB200142108-
CMYK00.290.460.22
HSL22.17º45.54%60.39%-
HSV(B)22.17º46%78.43%-
XYZ36.232.7118.59-
YUV155.47101.22159.76-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.44%
GREEN value IS 142 (55.86% from 255) = 31.56%
BLUE value IS 108 (42.58% from 255) = 24%
R=44.44%
G=31.56%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014210800.290.460.2222.1745.5460.39
HexC88E6C01D2E16162e3c
Octal3102161540355626265674
Binary110010001000111011011000111011011101011010110101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88E6C; }

 p { color: rgb(200,142,108); }

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

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

 a { background-color: rgb(200,142,108); }

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

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

 span { border-color: rgb(200,142,108); }

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