#CF987F

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

Shades of Feldspar #CF987F

Tints of Feldspar #CF987F

Color information

#CF987F (or 0xCF987F) is unknown color: approx Feldspar. HEX triplet: CF, 98 and 7F. RGB value is (207,152,127). Sum of RGB (Red+Green+Blue) = 207+152+127=486 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.59% from 486); Green value is 152 (59.77% from 255 or 31.28% from 486); Blue value is 127 (50% from 255 or 26.13% from 486); Max value from RGB is 207 - color contains mainly: red. Hex color #CF987F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF987F is #306780. Grayscale: #A5A5A5. Windows color (decimal): -3172225 or 8362191. OLE color: 8362191.

HSL color Cylindrical-coordinate representation of color #CF987F: hue angle of 18.75º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CF987F is Cyan = 0, Magento = 0.27, Yellow = 0.39 and Black (K on CMYK) = 0.19.

Color convert

RGB207152127-
CMYK00.270.390.19
HSL18.75º45.45%65.49%-
HSV(B)18.75º38.65%81.18%-
XYZ40.7937.2525.12-
YUV165.6106.22157.53-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.59%
GREEN value IS 152 (59.77% from 255) = 31.28%
BLUE value IS 127 (50% from 255) = 26.13%
R=42.59%
G=31.28%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.39
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715212700.270.390.1918.7545.4565.49
HexCF987F01B2713132d41
Octal31723017703347232355101
Binary1100111110011000111111101101110011110011100111011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF987F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF987F; }

 p { color: rgb(207,152,127); }

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

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

 a { background-color: rgb(207,152,127); }

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

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

 span { border-color: rgb(207,152,127); }

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