#C88D6C

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

Shades of Feldspar #C88D6C

Tints of Feldspar #C88D6C

Color information

#C88D6C (or 0xC88D6C) is unknown color: approx Feldspar. HEX triplet: C8, 8D and 6C. RGB value is (200,141,108). Sum of RGB (Red+Green+Blue) = 200+141+108=449 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.54% from 449); Green value is 141 (55.47% from 255 or 31.40% from 449); Blue value is 108 (42.58% from 255 or 24.05% from 449); Max value from RGB is 200 - color contains mainly: red. Hex color #C88D6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88D6C is #377293. Grayscale: #9B9B9B. Windows color (decimal): -3633812 or 7114184. OLE color: 7114184.

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

Color convert

RGB200141108-
CMYK00.290.460.22
HSL21.52º45.54%60.39%-
HSV(B)21.52º46%78.43%-
XYZ36.0532.4118.54-
YUV154.88101.55160.18-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.54%
GREEN value IS 141 (55.47% from 255) = 31.40%
BLUE value IS 108 (42.58% from 255) = 24.05%
R=44.54%
G=31.40%
B=24.05%

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
Decimal20014110800.290.460.2221.5245.5460.39
HexC88D6C01D2E16162e3c
Octal3102151540355626265674
Binary110010001000110111011000111011011101011010110101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88D6C; }

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

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

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

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

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

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

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

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