#C88F6E

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

Shades of Feldspar #C88F6E

Tints of Feldspar #C88F6E

Color information

#C88F6E (or 0xC88F6E) is unknown color: approx Feldspar. HEX triplet: C8, 8F and 6E. RGB value is (200,143,110). Sum of RGB (Red+Green+Blue) = 200+143+110=453 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.15% from 453); Green value is 143 (56.25% from 255 or 31.57% from 453); Blue value is 110 (43.36% from 255 or 24.28% from 453); Max value from RGB is 200 - color contains mainly: red. Hex color #C88F6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88F6E is #377091. Grayscale: #9C9C9C. Windows color (decimal): -3633298 or 7245768. OLE color: 7245768.

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

Color convert

RGB200143110-
CMYK00.280.450.22
HSL22º45%60.78%-
HSV(B)22º45%78.43%-
XYZ36.4633.0519.21-
YUV156.28101.88159.18-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.15%
GREEN value IS 143 (56.25% from 255) = 31.57%
BLUE value IS 110 (43.36% from 255) = 24.28%
R=44.15%
G=31.57%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.45
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014311000.280.450.22224560.78
HexC88F6E01C2D16162d3d
Octal3102171560345526265575
Binary110010001000111111011100111001011011011010110101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88F6E; }

 p { color: rgb(200,143,110); }

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

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

 a { background-color: rgb(200,143,110); }

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

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

 span { border-color: rgb(200,143,110); }

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