#C88D6F

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

Shades of Feldspar #C88D6F

Tints of Feldspar #C88D6F

Color information

#C88D6F (or 0xC88D6F) is unknown color: approx Feldspar. HEX triplet: C8, 8D and 6F. RGB value is (200,141,111). Sum of RGB (Red+Green+Blue) = 200+141+111=452 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.25% from 452); Green value is 141 (55.47% from 255 or 31.19% from 452); Blue value is 111 (43.75% from 255 or 24.56% from 452); Max value from RGB is 200 - color contains mainly: red. Hex color #C88D6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88D6F is #377290. Grayscale: #9B9B9B. Windows color (decimal): -3633809 or 7310792. OLE color: 7310792.

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

Color convert

RGB200141111-
CMYK00.290.440.22
HSL20.22º44.72%60.98%-
HSV(B)20.22º44.5%78.43%-
XYZ36.2132.4819.4-
YUV155.22103.05159.94-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.25%
GREEN value IS 141 (55.47% from 255) = 31.19%
BLUE value IS 111 (43.75% from 255) = 24.56%
R=44.25%
G=31.19%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014111100.290.440.2220.2244.7260.98
HexC88D6F01D2C16142d3d
Octal3102151570355426245575
Binary110010001000110111011110111011011001011010100101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88D6F; }

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

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

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

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

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

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

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

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