#C88F6C

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

Shades of Feldspar #C88F6C

Tints of Feldspar #C88F6C

Color information

#C88F6C (or 0xC88F6C) is unknown color: approx Feldspar. HEX triplet: C8, 8F and 6C. RGB value is (200,143,108). Sum of RGB (Red+Green+Blue) = 200+143+108=451 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.35% from 451); Green value is 143 (56.25% from 255 or 31.71% from 451); Blue value is 108 (42.58% from 255 or 23.95% from 451); Max value from RGB is 200 - color contains mainly: red. Hex color #C88F6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88F6C is #377093. Grayscale: #9C9C9C. Windows color (decimal): -3633300 or 7114696. OLE color: 7114696.

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

Color convert

RGB200143108-
CMYK00.280.460.22
HSL22.83º45.54%60.39%-
HSV(B)22.83º46%78.43%-
XYZ36.3533.0118.64-
YUV156.05100.88159.35-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.35%
GREEN value IS 143 (56.25% from 255) = 31.71%
BLUE value IS 108 (42.58% from 255) = 23.95%
R=44.35%
G=31.71%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014310800.280.460.2222.8345.5460.39
HexC88F6C01C2E16172e3c
Octal3102171540345626275674
Binary110010001000111111011000111001011101011010111101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88F6C; }

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

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

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

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

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

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

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

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