#C88C6D

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

Shades of Feldspar #C88C6D

Tints of Feldspar #C88C6D

Color information

#C88C6D (or 0xC88C6D) is unknown color: approx Feldspar. HEX triplet: C8, 8C and 6D. RGB value is (200,140,109). Sum of RGB (Red+Green+Blue) = 200+140+109=449 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.54% from 449); Green value is 140 (55.08% from 255 or 31.18% from 449); Blue value is 109 (42.97% from 255 or 24.28% from 449); Max value from RGB is 200 - color contains mainly: red. Hex color #C88C6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88C6D is #377392. Grayscale: #9A9A9A. Windows color (decimal): -3634067 or 7179464. OLE color: 7179464.

HSL color Cylindrical-coordinate representation of color #C88C6D: hue angle of 20.44º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C88C6D is Cyan = 0, Magento = 0.3, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB200140109-
CMYK00.30.460.22
HSL20.44º45.27%60.59%-
HSV(B)20.44º45.5%78.43%-
XYZ35.9632.1418.78-
YUV154.41102.38160.52-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.54%
GREEN value IS 140 (55.08% from 255) = 31.18%
BLUE value IS 109 (42.97% from 255) = 24.28%
R=44.54%
G=31.18%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014010900.30.460.2220.4445.2760.59
HexC88C6D01E2E16142d3d
Octal3102141550365626245575
Binary110010001000110011011010111101011101011010100101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88C6D; }

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

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

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

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

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

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

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

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