#CF886F

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

Shades of Feldspar #CF886F

Tints of Feldspar #CF886F

Color information

#CF886F (or 0xCF886F) is unknown color: approx Feldspar. HEX triplet: CF, 88 and 6F. RGB value is (207,136,111). Sum of RGB (Red+Green+Blue) = 207+136+111=454 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.59% from 454); Green value is 136 (53.52% from 255 or 29.96% from 454); Blue value is 111 (43.75% from 255 or 24.45% from 454); Max value from RGB is 207 - color contains mainly: red. Hex color #CF886F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF886F is #307790. Grayscale: #9A9A9A. Windows color (decimal): -3176337 or 7309519. OLE color: 7309519.

HSL color Cylindrical-coordinate representation of color #CF886F: hue angle of 15.63º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CF886F is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB207136111-
CMYK00.340.460.19
HSL15.63º50%62.35%-
HSV(B)15.63º46.38%81.18%-
XYZ37.4132.0219.25-
YUV154.38103.52165.53-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.59%
GREEN value IS 136 (53.52% from 255) = 29.96%
BLUE value IS 111 (43.75% from 255) = 24.45%
R=45.59%
G=29.96%
B=24.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713611100.340.460.1915.635062.35
HexCF886F0222E1310323e
Octal3172101570425623206276
Binary1100111110001000110111101000101011101001110000110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF886F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF886F; }

 p { color: rgb(207,136,111); }

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

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

 a { background-color: rgb(207,136,111); }

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

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

 span { border-color: rgb(207,136,111); }

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